mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-12-08 22:58:45 +00:00
prop
This commit is contained in:
@@ -33,7 +33,9 @@ module.exports = {
|
||||
"no-undef": "off",
|
||||
"no-debugger": "off",
|
||||
"no-unreachable": "off",
|
||||
"@typescript-eslint/no-inferrable-types":"off",
|
||||
"@typescript-eslint/ban-types":"off",
|
||||
"@typescript-eslint/no-inferrable-types": "off",
|
||||
"@typescript-eslint/ban-types": "off",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user