🔧 变更解析顺序

This commit is contained in:
BTMuli
2023-06-29 15:48:01 +08:00
parent 7b85c72134
commit 07b2a0e7a8

View File

@@ -7,9 +7,9 @@ extends:
- standard-with-typescript
- prettier
- plugin:prettier/recommended
parser: "@typescript-eslint/parser"
parser: vue-eslint-parser
parserOptions:
parser: vue-eslint-parser
parser: "@typescript-eslint/parser"
project:
- tsconfig.json
- tsconfig.node.json