Skip to content

Commit 7a595ef

Browse files
committed
chore: explictly blocks 'any'
1 parent d369ec2 commit 7a595ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default tseslint.config(
1616
rules: {
1717
'@typescript-eslint/interface-name-prefix': 'off',
1818
'@typescript-eslint/explicit-function-return-type': 'off',
19-
'@typescript-eslint/no-explicit-any': 'off',
19+
'@typescript-eslint/no-explicit-any': 'error',
2020
'@typescript-eslint/no-extraneous-class': 'off',
2121
'@stylistic/quotes': [
2222
'error',

0 commit comments

Comments
 (0)