Skip to content

Commit

Permalink
nice, anyOf is clever about additionalProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkwaiblinger committed May 1, 2024
1 parent 6b5b3f3 commit 4af5bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-extra-boolean-cast.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
},

schema: [{
oneOf: [
anyOf: [
{
type: "object",
properties: {
Expand Down

0 comments on commit 4af5bd5

Please sign in to comment.