We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.server.ext]
2 parents 1d1e833 + c027e6e commit 0b53561Copy full SHA for 0b53561
lib/configs/recommended.js
@@ -18,7 +18,7 @@ module.exports = {
18
'eslint-comments/no-unused-disable': 'error',
19
'eslint-comments/no-unused-enable': 'error',
20
'eslint-comments/no-use': ['error', {allow: ['eslint', 'eslint-disable-next-line', 'eslint-env', 'globals']}],
21
- 'filenames/match-regex': ['error', '^[a-z0-9-]+(.d|.config|.server)?$'],
+ 'filenames/match-regex': ['error', '^[a-z0-9-]+(.[a-z0-9-]+)?$'],
22
'func-style': ['error', 'declaration', {allowArrowFunctions: true}],
23
'github/array-foreach': 'error',
24
'github/no-implicit-buggy-globals': 'error',
0 commit comments