docs: 优化文档和注释中的单词大小写和语义

This commit is contained in:
pany
2022-07-01 16:25:51 +08:00
parent 8378cb501f
commit f4dc67c4ec
30 changed files with 74 additions and 76 deletions

View File

@@ -33,7 +33,7 @@ module.exports = {
}
},
rules: {
// ts
// TS
"@typescript-eslint/no-explicit-any": "off",
"no-debugger": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
@@ -55,7 +55,7 @@ module.exports = {
varsIgnorePattern: "^_"
}
],
// vue
// Vue
"vue/no-v-html": "off",
"vue/require-default-prop": "off",
"vue/require-explicit-emits": "off",
@@ -72,7 +72,7 @@ module.exports = {
math: "always"
}
],
// prettier
// Prettier
"prettier/prettier": [
"error",
{