disable @typescript-eslint/ban-types

This commit is contained in:
wearrrrr 2024-10-10 19:33:18 -05:00
parent e8a8a66397
commit 3436d85888

View file

@ -18,6 +18,7 @@
"no-undef": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-unused-vars": [
"warn",
{