Русифицировать README и интерфейс HY2XS admin
This commit is contained in:
@@ -18,9 +18,9 @@ module.exports = {
|
||||
},
|
||||
plugins: ["vue", "@typescript-eslint"],
|
||||
rules: {
|
||||
"vue/multi-word-component-names": "off", // 关闭组件名必须多字: https://eslint.vuejs.org/rules/multi-word-component-names.html
|
||||
"@typescript-eslint/no-empty-function": "off", // 关闭空方法检查
|
||||
"@typescript-eslint/no-explicit-any": "off", // 关闭any类型的警告
|
||||
"vue/multi-word-component-names": "off", // Disable multi-word component name requirement: https://eslint.vuejs.org/rules/multi-word-component-names.html
|
||||
"@typescript-eslint/no-empty-function": "off", // Disable empty function checks
|
||||
"@typescript-eslint/no-explicit-any": "off", // Disable warnings for any
|
||||
"vue/no-v-model-argument": "off",
|
||||
"@typescript-eslint/no-non-null-assertion": "off",
|
||||
}, // https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
|
||||
@@ -29,4 +29,4 @@ module.exports = {
|
||||
OptionType: "readonly",
|
||||
},
|
||||
};
|
||||
цц
|
||||
цц
|
||||
|
||||
Reference in New Issue
Block a user