1.0.3 • Published 7 years ago

eslint-config-aretecode v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

eslint-config-aretecode

MIT License

The best rules.

install

First add the configuration to your package.json file:

npm i --save-dev eslint-config-aretecode eslint babel-eslint

Then create a new file called .eslintrc, and its contents should be:

{
  "extends": "aretecode"
}

resources