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