@shinydocs/eslint-config
v3.0.0
Published
Extensible shared ESLint configuration
Downloads
10
Keywords
Readme
@shinydocs/eslint-config
This package provides the extensible shared ESLint config used at Shinydocs.
Usage
First, install the package from npm:
npm install -D @shinydocs/eslint-config
Then, in your .eslintrc.js
file, add the following:
module.exports = {
extends: ["@shinydocs/eslint-config"],
};
That's it! You can override the settings from @shinydocs/eslint-config
by editing the .eslintrc.js
file. Learn more about configuring ESLint on the ESLint website.
Changelog
This project adheres to Semantic Versioning. Please refer to the CHANGELOG.md for detailed changes and migration instructions.