|
@@ -16,7 +16,7 @@ module.exports = {
|
|
|
jsx: true,
|
|
|
},
|
|
|
tsconfigRootDir: "./",
|
|
|
- project: ["./tsconfig.json"],
|
|
|
+ project: ["tsconfig.json"],
|
|
|
extraFileExtensions: [".vue"],
|
|
|
},
|
|
|
plugins: ["@typescript-eslint"],
|
|
@@ -48,6 +48,7 @@ module.exports = {
|
|
|
// If not specified, the parser determined by `<script lang ="...">` is used.
|
|
|
"<template>": "espree",
|
|
|
},
|
|
|
+ project: ["tsconfig.json"],
|
|
|
},
|
|
|
globals: {
|
|
|
$ref: true,
|