Skip to content

Commit

Permalink
better configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Twoody authored and brettz9 committed May 18, 2020
1 parent 0f21abb commit 8e42da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ npm install --save-dev eslint-plugin-jsdoc
<a name="eslint-plugin-jsdoc-configuration"></a>
## Configuration

Add `plugins` section and specify `eslint-plugin-jsdoc` as a plugin.
Add `plugins` section to `.eslintrc` and specify `eslint-plugin-jsdoc` as a plugin.

```json
{
Expand Down Expand Up @@ -120,7 +120,7 @@ Finally, enable all of the rules that you would like to use.
}
```

Or you can simply use the following which enables the rules commented
Or you can simply add the following to `.eslintrc`, which enables the rules commented
above as "recommended":

```json
Expand Down

0 comments on commit 8e42da7

Please sign in to comment.