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

Skip to content

Commit 259194f

Browse files
committed
remove filenames plugin
1 parent 813592d commit 259194f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/configs/recommended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
env: {
99
es6: true,
1010
},
11-
plugins: ['github', 'prettier', 'eslint-comments', 'import', 'filenames', 'i18n-text', 'no-only-tests'],
11+
plugins: ['github', 'prettier', 'eslint-comments', 'import', 'i18n-text', 'no-only-tests'],
1212
rules: {
1313
'constructor-super': 'error',
1414
'eslint-comments/disable-enable-pair': 'off',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"eslint-config-prettier": ">=8.0.0",
4040
"eslint-plugin-escompat": "^3.11.3",
4141
"eslint-plugin-eslint-comments": "^3.2.0",
42-
"eslint-plugin-filenames": "^1.3.2",
4342
"eslint-plugin-i18n-text": "^1.0.1",
4443
"eslint-plugin-import": "^2.25.2",
4544
"eslint-plugin-jsx-a11y": "^6.7.1",

0 commit comments

Comments
 (0)