Skip to content

Commit a78d1ef

Browse files
committed
update items max and min
1 parent 259194f commit a78d1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rules/filenames-match-regex.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module.exports = {
1212
},
1313
schema: {
1414
type: 'array',
15-
minItems: 1,
16-
maxItems: 2,
15+
minItems: 0,
16+
maxItems: 1,
1717
items: [
1818
{
1919
type: 'string',

0 commit comments

Comments
 (0)