style(eslint/config): removing useless configuration

This commit is contained in:
Raphael 2025-10-14 00:28:31 +02:00 committed by Raphaël
parent ac1abbabc7
commit e91b4db39d

View file

@ -64,7 +64,6 @@ export default [
"spaced-comment": "error", "spaced-comment": "error",
yoda: "error", yoda: "error",
// TypeScript rules - less strict for better DX
"@typescript-eslint/no-unsafe-*": "off", "@typescript-eslint/no-unsafe-*": "off",
"@typescript-eslint/restrict-template-expressions": "warn", "@typescript-eslint/restrict-template-expressions": "warn",
"@typescript-eslint/no-deprecated": "warn", "@typescript-eslint/no-deprecated": "warn",