We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259194f commit a78d1efCopy full SHA for a78d1ef
1 file changed
lib/rules/filenames-match-regex.js
@@ -12,8 +12,8 @@ module.exports = {
12
},
13
schema: {
14
type: 'array',
15
- minItems: 1,
16
- maxItems: 2,
+ minItems: 0,
+ maxItems: 1,
17
items: [
18
{
19
type: 'string',
0 commit comments