Files
javascript/linters/README.md
Tomek Wiszniewski d874a94a0a Mention eslint-config-airbnb
Actually, if we want to make the thing more convenient, we could go as far as saying: “

Before using our `.eslintrc` install these dependencies:

```sh
npm install --save-dev eslint-config-airbnb eslint babel-eslint eslint-plugin-react
```

”. I want to leave the decision up to you though.
2015-08-05 19:45:08 +02:00

147 B

.eslintrc

Our .eslintrc requires the following NPM packages:

  • eslint-config-airbnb
  • eslint
  • babel-eslint
  • eslint-plugin-react