Skip to content

Commit deae262

Browse files
authored
docs: No need for plugins since the recommended config already includes it (#62)
The `plugins` array is only needed if one is not using the config (or a config which doesn't add to `plugins`).
1 parent e2ae2ee commit deae262

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ This project will help identify potential security hotspots, but finds a lot of
1313
Add the following to your `.eslintrc` file:
1414

1515
```js
16-
"plugins": [
17-
"security"
18-
],
1916
"extends": [
2017
"plugin:security/recommended"
2118
]

0 commit comments

Comments
 (0)