eslint-config-aretecode
v1.0.3
Published
an opinionated ESLint configuration
Downloads
43
Maintainers
Readme
eslint-config-aretecode
The best rules.
install
First add the configuration to your package.json file:
npm i --save-dev eslint-config-aretecode eslint babel-eslintThen create a new file called .eslintrc, and its contents should be:
{
"extends": "aretecode"
}