Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d81a53d

Browse files
committed
mistake
1 parent 764e3a5 commit d81a53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configs/flat/recommended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
'eslint-comments/no-unused-disable': 'error',
3333
'eslint-comments/no-unused-enable': 'error',
3434
'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-]+)?$'],
35+
'github/filenames-match-regex': 'error',
3636
'func-style': ['error', 'declaration', {allowArrowFunctions: true}],
3737
'github/array-foreach': 'error',
3838
'github/no-implicit-buggy-globals': 'error',

0 commit comments

Comments
 (0)