fix: '@typescript-eslint/no-explicit-any' 규칙을 경고에서 오류로 변경

This commit is contained in:
2026-01-05 17:07:34 +00:00
parent 414db51c64
commit 7e58f7bac4
+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',
},
},