File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ import eslint from '@eslint/js';
78
78
import eslintConfigPrettier from ' eslint-config-prettier' ;
79
79
import eslintPluginVue from ' eslint-plugin-vue' ;
80
80
import globals from ' globals' ;
81
- import tseslint from ' typescript-eslint' ;
81
+ import typescriptEslint from ' typescript-eslint' ;
82
82
83
- export default tseslint .config (
83
+ export default typescriptEslint .config (
84
84
{ ignores: [' *.d.ts' , ' **/coverage' , ' **/dist' ] },
85
85
{
86
86
extends: [
87
87
eslint .configs .recommended ,
88
- ... tseslint .configs .recommended ,
88
+ ... typescriptEslint .configs .recommended ,
89
89
... eslintPluginVue .configs [' flat/recommended' ],
90
90
],
91
91
files: [' **/*.{ts,vue}' ],
@@ -94,7 +94,7 @@ export default tseslint.config(
94
94
sourceType: ' module' ,
95
95
globals: globals .browser ,
96
96
parserOptions: {
97
- parser: tseslint .parser ,
97
+ parser: typescriptEslint .parser ,
98
98
},
99
99
},
100
100
rules: {
You can’t perform that action at this time.
0 commit comments