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 c3fffe6 commit bba6a2aCopy full SHA for bba6a2a
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