There was an error while loading. Please reload this page.
additionalProperties: false
1 parent 949a5cd commit 638a6d6Copy full SHA for 638a6d6
lib/rules/id-match.js
@@ -39,7 +39,8 @@ module.exports = {
39
type: "boolean",
40
default: false
41
}
42
- }
+ },
43
+ additionalProperties: false
44
45
],
46
messages: {
lib/rules/no-unused-vars.js
@@ -68,7 +68,8 @@ module.exports = {
68
caughtErrorsIgnorePattern: {
69
type: "string"
70
71
72
73
74
]
75
lib/rules/padded-blocks.js
@@ -58,7 +58,8 @@ module.exports = {
58
allowSingleLineBlocks: {
59
type: "boolean"
60
61
62
63
64
65
0 commit comments