Revert "eslint warn"

This reverts commit 7dca3ecbc2.
This commit is contained in:
2026-01-05 19:53:17 +00:00
parent 101541e196
commit 06bca2a4a9
+1 -1
View File
@@ -72,7 +72,7 @@ export default tseslint.config(
caughtErrors: 'none',
},
],
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/no-empty-object-type': 'off',
},
},