mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +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",
|
||||
"plugin:vue/vue3-recommended",
|
||||
],
|
||||
parser: "@babel/eslint-parser",
|
||||
parser: "vue-eslint-parser",
|
||||
parserOptions: {
|
||||
parser: "@babel/eslint-parser",
|
||||
sourceType: "module",
|
||||
requireConfigFile: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue