mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900)
This commit is contained in:
parent
204624bfe9
commit
4b93900866
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ module.exports = {
|
||||||
"eslint:recommended",
|
"eslint:recommended",
|
||||||
"plugin:vue/vue3-recommended",
|
"plugin:vue/vue3-recommended",
|
||||||
],
|
],
|
||||||
parser: "@babel/eslint-parser",
|
parser: "vue-eslint-parser",
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
|
parser: "@babel/eslint-parser",
|
||||||
sourceType: "module",
|
sourceType: "module",
|
||||||
requireConfigFile: false,
|
requireConfigFile: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue