保证基础的运行工作

This commit is contained in:
xuyanfeng
2021-04-03 11:42:08 +08:00
parent 6a7bf052c4
commit fb7ccb7038
12 changed files with 60 additions and 44 deletions

View File

@@ -21,6 +21,13 @@ module.exports = {
rules: {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"prettier/prettier": "off",
"no-empty": "off",
"prefer-const": "off",
"@typescript-eslint/no-var-requires": "off",
"no-undef": "off",
"no-debugger": "off",
"no-unreachable": "off",
}
};