Skip to content

Commit

Permalink
fix!: no-sequences rule schema correction (#17878)
Browse files Browse the repository at this point in the history
chore: no-sequences rule schema correction
  • Loading branch information
mho22 committed Dec 20, 2023
1 parent 6ee3e9e commit e5f02c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/no-sequences.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
},

schema: [{
type: "object",
properties: {
allowInParentheses: {
type: "boolean",
Expand Down

0 comments on commit e5f02c7

Please sign in to comment.