Skip to content

Commit 42f2711

Browse files
committed
Fix invalid eslint file ext option
1 parent e2b95fe commit 42f2711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
root: true,
66

77
parserOptions: {
8-
extraFileExtensions: ['.vue', 'json'],
8+
extraFileExtensions: ['.vue'],
99
parser: '@typescript-eslint/parser',
1010
project: './tsconfig.json',
1111
tsconfigRootDir: __dirname,

0 commit comments

Comments
 (0)