~ disable no-explicit-any
rule for ts
in eslint
config
This commit is contained in:
parent
7caad3b776
commit
eb6490e41d
@ -12,5 +12,6 @@ module.exports = {
|
|||||||
plugins: ["react-refresh"],
|
plugins: ["react-refresh"],
|
||||||
rules: {
|
rules: {
|
||||||
"react-refresh/only-export-components": "warn",
|
"react-refresh/only-export-components": "warn",
|
||||||
},
|
"@typescript-eslint/no-explicit-any": "off"
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user