@fuel-gg/eslint-config
v1.0.15
Published
ESLint config
Downloads
52
Readme
@fuel-gg/eslint-config
ESLint configurations for our projects (React, Node)
Install
Use:
npm install --save-dev @fuel-gg/eslint-config
Using @fuel-gg/eslint-config
in your project
In your local .eslintrc.*
extend this configuration
module.exports = {
root: true,
extends: '@fuel-gg'
};
If you don't need React you can use base configuration:
module.exports = {
root: true,
extends: '@fuel-gg/eslint-config/base.js'
};
Check ESlint documentation for rules explanation.