Skip to content

Commit a088bc3

Browse files
committed
fix: readme for
1 parent aeea7bc commit a088bc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add zss-lint to the plugins section of your `.eslintrc` configuration file. You
3131

3232
## Recommended
3333

34-
As for the recommended rules two rules will be enabled with the sort-properties and validate-values is "warn".
34+
As for the recommended rules three rules will be enabled with the sort-properties and validate-values and no-unused-keys is "warn".
3535

3636
```json
3737
"extends": [
@@ -47,7 +47,8 @@ If you want to set security levels individually set them in the rules.
4747
{
4848
"rules": {
4949
"zss-lint/sort-properties": "warn",
50-
"zss-lint/validate-values": "warn"
50+
"zss-lint/validate-values": "warn",
51+
"zss-lint/no-unused-keys": "warn"
5152
}
5253
}
5354
```

0 commit comments

Comments
 (0)