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