Modified lint rules
This commit is contained in:
parent
972d900a35
commit
fe8f2f400f
1 changed files with 3 additions and 1 deletions
|
|
@ -17,8 +17,10 @@ export default [
|
||||||
{
|
{
|
||||||
files: ['**/*.vue'],
|
files: ['**/*.vue'],
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
parser: await import('@typescript-eslint/parser'),
|
ecmaVersion: 2020,
|
||||||
|
sourceType: 'module'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue