From d874a94a0ab5a21bd48bcc90b6ad68016c8a57cd Mon Sep 17 00:00:00 2001 From: Tomek Wiszniewski Date: Wed, 5 Aug 2015 19:45:08 +0200 Subject: [PATCH] Mention eslint-config-airbnb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- linters/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/linters/README.md b/linters/README.md index 8fa6d19a..b027a5dc 100644 --- a/linters/README.md +++ b/linters/README.md @@ -2,6 +2,7 @@ Our `.eslintrc` requires the following NPM packages: +- `eslint-config-airbnb` - `eslint` - `babel-eslint` - `eslint-plugin-react`