mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-12-08 22:18:46 +00:00
保证基础的运行工作
This commit is contained in:
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user