1.2.6 • Published 4 years ago
@boringcodes/eslint-config v1.2.6
Features
- Standard config
- 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.