using namespaces for good
This commit is contained in:
parent
e4ea201943
commit
cbf5b9bed2
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
parser: "@typescript-eslint/parser",
|
parser: "@typescript-eslint/parser",
|
||||||
plugins: ["import","@typescript-eslint",
|
plugins: ["import", "@typescript-eslint",
|
||||||
"react",
|
"react",
|
||||||
"react-hooks",
|
"react-hooks",
|
||||||
],
|
],
|
||||||
@ -23,6 +23,7 @@ module.exports = {
|
|||||||
"prefer-const": ["warn", { destructuring: "all" }],
|
"prefer-const": ["warn", { destructuring: "all" }],
|
||||||
"no-prototype-builtins": "off",
|
"no-prototype-builtins": "off",
|
||||||
"@typescript-eslint/camelcase": "off",
|
"@typescript-eslint/camelcase": "off",
|
||||||
|
"@typescript-eslint/no-namespace": "off",
|
||||||
"@typescript-eslint/ban-ts-ignore": "off",
|
"@typescript-eslint/ban-ts-ignore": "off",
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"@typescript-eslint/ban-ts-comment": "off",
|
"@typescript-eslint/ban-ts-comment": "off",
|
||||||
|
Loading…
Reference in New Issue
Block a user