fix: some bug

This commit is contained in:
xiaoxian521
2021-08-27 00:45:40 +08:00
parent a4f126ae7f
commit a4d305868f
7 changed files with 69 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
},
rules: {
"@typescript-eslint/no-explicit-any": "off", // any
"no-debugger": "off",
"@typescript-eslint/explicit-module-boundary-types": "off", // setup()
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
@@ -42,4 +43,4 @@ module.exports = {
}
]
}
};
}