File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ import eslint from '@eslint/js';
7878import eslintConfigPrettier from ' eslint-config-prettier' ;
7979import eslintPluginVue from ' eslint-plugin-vue' ;
8080import globals from ' globals' ;
81- import typescriptEslint from ' typescript-eslint' ;
81+ import tseslint from ' typescript-eslint' ;
8282
8383export default tseslint .config (
8484 { ignores: [' *.d.ts' , ' **/coverage' , ' **/dist' ] },
8585 {
8686 extends: [
8787 eslint .configs .recommended ,
88- ... typescriptEslint .configs .recommended ,
88+ ... tseslint .configs .recommended ,
8989 ... eslintPluginVue .configs [' flat/recommended' ],
9090 ],
9191 files: [' **/*.{ts,vue}' ],
@@ -94,7 +94,7 @@ export default tseslint.config(
9494 sourceType: ' module' ,
9595 globals: globals .browser ,
9696 parserOptions: {
97- parser: typescriptEslint .parser ,
97+ parser: tseslint .parser ,
9898 },
9999 },
100100 rules: {
You can’t perform that action at this time.
0 commit comments