fix: vue config
This commit is contained in:
parent
fbd74ebebc
commit
2438c6b929
@ -1,4 +1,9 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
|
env: {
|
||||||
|
es6: true,
|
||||||
|
browser: true,
|
||||||
|
node: true,
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
'@typescript-eslint',
|
'@typescript-eslint',
|
||||||
],
|
],
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
parser: '@typescript-eslint/parser',
|
parser: 'vue-eslint-parser',
|
||||||
|
parserOptions: {
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
|
},
|
||||||
extends: [
|
extends: [
|
||||||
'@antfu/eslint-config',
|
'@antfu/eslint-config',
|
||||||
|
'plugin:vue/recommended',
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
|
'vue'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user