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.
1 parent bba6a2a commit 2cacd29Copy full SHA for 2cacd29
lib/configs/flat/recommended.js
@@ -34,7 +34,7 @@ module.exports = {
34
'eslintComments/no-unused-disable': 'error',
35
'eslintComments/no-unused-enable': 'error',
36
'eslintComments/no-use': ['error', {allow: ['eslint', 'eslint-disable-next-line', 'eslint-env', 'globals']}],
37
- 'filenames/match-regex': ['error', '^[a-z0-9-]+(.[a-z0-9-]+)?$'],
+ // 'filenames/match-regex': ['error', '^[a-z0-9-]+(.[a-z0-9-]+)?$'],
38
'func-style': ['error', 'declaration', {allowArrowFunctions: true}],
39
'github/array-foreach': 'error',
40
'github/no-implicit-buggy-globals': 'error',
0 commit comments