feat: use es2022 for @typescript-eslint/parser
This commit is contained in:
parent
6ff621ada1
commit
a325e4b721
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
"parser": "vue-eslint-parser",
|
||||
"parserOptions": {
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"ecmaVersion": 2021
|
||||
"ecmaVersion": 2022
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"*.test.*",
|
||||
|
|
Loading…
Reference in a new issue