Skip to content

Commit

Permalink
Explain how to use plugins like eslint-plugin-json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Apr 14, 2017
1 parent 860949f commit 88851bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ eslint:
ignore_warnings: true
```
#### `extensions`

If you're using a plugin like `eslint-plugin-json` or `eslint-plugin-html`, you
will want to set this value to make sure the appropriate files are included:

```yaml
eslint:
enabled: true
config:
extensions:
- .js
- .html
```

### Need help?

For help with ESLint, [check out their documentation][eslint-docs].
Expand Down

0 comments on commit 88851bb

Please sign in to comment.