|
@@ -67,7 +67,7 @@ module.exports = {
|
|
// Script parser for vue directives (e.g. `v-if=` or `:attribute=`)
|
|
// Script parser for vue directives (e.g. `v-if=` or `:attribute=`)
|
|
// and vue interpolations (e.g. `{{variable}}`).
|
|
// and vue interpolations (e.g. `{{variable}}`).
|
|
// If not specified, the parser determined by `<script lang ="...">` is used.
|
|
// If not specified, the parser determined by `<script lang ="...">` is used.
|
|
- "<template>": "espree",
|
|
|
|
|
|
+ "<template>": "@typescript-eslint/parser",
|
|
},
|
|
},
|
|
project: ["tsconfig.json"],
|
|
project: ["tsconfig.json"],
|
|
},
|
|
},
|