fix: '@typescript-eslint/no-explicit-any' 규칙을 경고에서 오류로 변경
This commit is contained in:
+1
-1
@@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user