5.0.0 • Published 3 years ago
eslint-config-jedfong v5.0.0
eslint-config-jedfong
ESLint rule configuration based on work from eslint-plugin-bmcallis.
Plugins Used:
Usage
Install the configs by running:
npm install --save-dev eslint eslint-config-jedfong
Note that the plugins and parser used are dependencies of this project and will also be installed to your project, so you don't need to specify them individually.
Then add the extends to your .eslintrc.js
:
module.exports = {
extends: ['jedfong'],
rules: {
// your overrides
}
}
Smaller Bits
By extending jedfong
you're getting all of the configs for eslint, babel, import, jest and react. If you only want some of those you can extend them individually.
module.exports = {
extends: [
'jedfong/core',
'jedfong/babel',
'jedfong/import',
'jedfong/jest',
'jedfong/react',
],
rules: {
// overrides
}
}
5.0.0
3 years ago
6.0.0-next.0
3 years ago
6.0.0-next.1
3 years ago
4.1.0
5 years ago
4.0.0
5 years ago
3.0.2
7 years ago
3.0.1
7 years ago
3.0.0
7 years ago
2.0.0
8 years ago
1.0.0
8 years ago