@boringcodes/eslint-config
v1.2.6
Published
Boring ESLint Config
Downloads
4
Readme
Features
- [x] Standard config
- [x] Prettier config
Installation
Use the package manager to install
yarn add @boringcodes/eslint-config eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint --dev
Usage
Create .eslintrc
/.eslintrc.json
and add the content
{
"extends": ["@boringcodes/eslint-config"]
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.