We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeea7bc commit a088bc3Copy full SHA for a088bc3
readme.md
@@ -31,7 +31,7 @@ Add zss-lint to the plugins section of your `.eslintrc` configuration file. You
31
32
## Recommended
33
34
-As for the recommended rules two rules will be enabled with the sort-properties and validate-values is "warn".
+As for the recommended rules three rules will be enabled with the sort-properties and validate-values and no-unused-keys is "warn".
35
36
```json
37
"extends": [
@@ -47,7 +47,8 @@ If you want to set security levels individually set them in the rules.
47
{
48
"rules": {
49
"zss-lint/sort-properties": "warn",
50
- "zss-lint/validate-values": "warn"
+ "zss-lint/validate-values": "warn",
51
+ "zss-lint/no-unused-keys": "warn"
52
}
53
54
```
0 commit comments