fix eslint in frontend / frontend-embed
This commit is contained in:
parent
65bc075691
commit
7a6920ea39
|
@ -45,7 +45,8 @@
|
|||
"compileOnSave": false,
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"./src/**/*.vue"
|
||||
"./src/**/*.vue",
|
||||
"./@types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
".storybook/**/*"
|
||||
|
|
|
@ -48,7 +48,8 @@
|
|||
"./src/**/*.ts",
|
||||
"./src/**/*.vue",
|
||||
"./test/**/*.ts",
|
||||
"./test/**/*.vue"
|
||||
"./test/**/*.vue",
|
||||
"./@types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
".storybook/**/*"
|
||||
|
|
Loading…
Reference in New Issue