Skip to content

Commit

Permalink
minor fix to schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Apr 26, 2021
1 parent 11026e3 commit f16f35e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/index.js
Expand Up @@ -48,6 +48,7 @@ module.exports = {
type: "boolean",
},
},
additionalProperties: false,
},
],
messages: {
Expand Down Expand Up @@ -212,6 +213,7 @@ module.exports = {
type: "boolean",
},
},
additionalProperties: false,
},
],
messages: {
Expand Down Expand Up @@ -266,6 +268,7 @@ module.exports = {
type: "boolean",
},
},
additionalProperties: false,
},
],
messages: {
Expand Down Expand Up @@ -392,6 +395,7 @@ module.exports = {
type: "boolean",
},
},
additionalProperties: false,
},
],
messages: {
Expand Down Expand Up @@ -529,6 +533,7 @@ module.exports = {
type: "boolean",
},
},
additionalProperties: false,
},
],
messages: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@getify/eslint-plugin-proper-arrows",
"version": "11.0.1",
"version": "11.0.2",
"description": "ESLint rules to ensure proper arrow function definitions",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit f16f35e

Please sign in to comment.