feat: 更换logo
Former-commit-id: d4984fbbb3601223afa38666b26a6778cb5fada1
This commit is contained in:
@@ -24,6 +24,13 @@ module.exports = {
|
||||
"vue/no-v-model-argument": "off",
|
||||
"@typescript-eslint/no-non-null-assertion": "off",
|
||||
},
|
||||
// eslint不能对html文件生效
|
||||
overrides: [
|
||||
{
|
||||
files: ["*.html"],
|
||||
processor: "vue/.vue",
|
||||
},
|
||||
],
|
||||
// https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
|
||||
globals: {
|
||||
DialogOption: "readonly",
|
||||
|
||||
Reference in New Issue
Block a user