⚛️ @kunalnagarco/eslint-config
An ESLint shareable config that extends eslint-config-airbnb
with a few custom options.
🛠 Install
Step 1
Add the package to your devDependencies
:
$ npm install @kunalnagarco/eslint-config --save-dev
Step 2
Install the peerDependencies
using:
npx install-peerdeps @kunalnagarco/eslint-config --dev
💻 Usage
Add it to the extends
section of your .eslintrc
configuration file.
{
"extends": ["@kunalnagarco"]
}
💼 Optional
If you want you can configure/override rules as well:
{
.
...
....
"overrides": {
"override-rule-name": "override-rule-option"
},
"rules": {
"rule-name": "rule-option"
}
}
👨💻 Support
Please create a new issue here