Skip to content

Commit

Permalink
update items max and min
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark committed Nov 25, 2024
1 parent 259194f commit a78d1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rules/filenames-match-regex.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
},
schema: {
type: 'array',
minItems: 1,
maxItems: 2,
minItems: 0,
maxItems: 1,
items: [
{
type: 'string',
Expand Down

0 comments on commit a78d1ef

Please sign in to comment.