Skip to content

Commit b4ebe6d

Browse files
committed
chore: cleanup ESLint
1 parent c39ef70 commit b4ebe6d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

eslint.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import pluginPrettier from 'eslint-plugin-prettier/recommended'
1010

1111
import globals from 'globals'
1212

13-
export default defineConfig(
13+
export default defineConfig([
1414
pluginPrettier,
1515
pluginJs.configs.recommended,
1616
pluginTypeScriptESLint.configs.recommended,
@@ -40,7 +40,6 @@ export default defineConfig(
4040
parser: parserVue,
4141
parserOptions: {
4242
parser: parserTypeScript,
43-
ecmaVersion: 2022,
4443
ecmaFeatures: {
4544
jsx: true
4645
},
@@ -82,4 +81,4 @@ export default defineConfig(
8281
'@typescript-eslint/no-explicit-any': 'off'
8382
}
8483
}
85-
)
84+
])

0 commit comments

Comments
 (0)