Skip to content

Commit 9252427

Browse files
committed
Add recommended ruleset to the usage example
for #9
1 parent 1b95d87 commit 9252427

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Add the following to your `.eslintrc` file:
1515
```js
1616
"plugins": [
1717
"security"
18+
],
19+
"extends": [
20+
"plugin:security/recommended"
1821
]
1922
```
2023

0 commit comments

Comments
 (0)