Skip to content

Commit d6fee3c

Browse files
author
Adam Baldwin
authored
Merge pull request #14 from travi/recommended-example
Add recommended ruleset to the usage example
2 parents e601c90 + 9252427 commit d6fee3c

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)