~ disable no-explicit-any rule for ts in eslint config

This commit is contained in:
maxim 2025-01-26 23:37:54 +03:00
parent 7caad3b776
commit eb6490e41d

View File

@ -12,5 +12,6 @@ module.exports = {
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": "warn",
},
"@typescript-eslint/no-explicit-any": "off"
}
};