Skip to content

Commit

Permalink
add babel-eslint to js too
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Racco committed Sep 6, 2017
1 parent f20d949 commit ea43597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We like [Airbnb styling conventions](https://github.com/airbnb/javascript), and
**Non-jsx projects:**

```bash
$ npm install eslint eslint-plugin-import eslint-config-airbnb-base
$ npm install eslint eslint-plugin-import eslint-config-airbnb-base babel-eslint
$ curl -o .eslintrc.yml https://github.com/mikamai/dress-code/raw/master/eslint/js.eslintrc.yml
$ curl -O https://github.com/mikamai/dress-code/raw/master/eslint/.eslintignore
```
Expand Down
1 change: 1 addition & 0 deletions eslint/js.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
extends: airbnb-base
parser: babel-eslint
rules:
no-multi-spaces: 0
import/prefer-default-export: 0
Expand Down

0 comments on commit ea43597

Please sign in to comment.