We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d369ec2 commit 7a595efCopy full SHA for 7a595ef
lesson_03/quiz/eslint.config.js
@@ -16,7 +16,7 @@ export default tseslint.config(
16
rules: {
17
'@typescript-eslint/interface-name-prefix': 'off',
18
'@typescript-eslint/explicit-function-return-type': 'off',
19
- '@typescript-eslint/no-explicit-any': 'off',
+ '@typescript-eslint/no-explicit-any': 'error',
20
'@typescript-eslint/no-extraneous-class': 'off',
21
'@stylistic/quotes': [
22
'error',
0 commit comments