"@typescript-eslint/no-inferrable-types": "off"

This commit is contained in:
aditya.chandel
2025-01-12 20:28:50 -07:00
parent 84255e6598
commit e9271af75e

View File

@@ -30,6 +30,7 @@ module.exports = tseslint.config(
style: "kebab-case", style: "kebab-case",
}, },
], ],
"@typescript-eslint/no-inferrable-types": "off"
}, },
}, },
{ {