release: update 3.2.0

This commit is contained in:
xiaoxian521
2022-03-22 00:37:24 +08:00
parent 12c2365a26
commit f80fbbed20
21 changed files with 119 additions and 127 deletions

View File

@@ -61,6 +61,18 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"vue/html-self-closing": [
"error",
{
html: {
void: "always",
normal: "always",
component: "always"
},
svg: "always",
math: "always"
}
],
"@typescript-eslint/no-unused-vars": [
"error",
{