Skip to content

Commit 0eb6845

Browse files
committed
Ignore filenames/match-regex for rollup.config.js
1 parent 274d145 commit 0eb6845

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.eslintrc.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,13 @@
1212
],
1313
"rules": {
1414
"custom-elements/tag-name-matches-class": ["error", {"suffix": "Element"}]
15-
}
15+
},
16+
"overrides": [
17+
{
18+
"files": "rollup.config.js",
19+
"rules": {
20+
"filenames/match-regex": "off"
21+
}
22+
}
23+
]
1624
}

0 commit comments

Comments
 (0)