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.
any
1 parent 609bb71 commit 370d733Copy full SHA for 370d733
changelog.md
@@ -1,3 +1,8 @@
1
+8.0.0 / 2022-10-11
2
+==================
3
+
4
+ * Заменит тип проверки для правила `@typescript-eslint/no-explicit-any` с `warn` на `error`
5
6
7.0.0 / 2022-09-26
7
==================
8
react-typescript.js
@@ -15,6 +15,7 @@ module.exports = {
15
'@typescript-eslint/no-unused-vars': ['error'],
16
'@typescript-eslint/member-delimiter-style': ['error'],
17
'@typescript-eslint/no-useless-empty-export': 'warn',
18
- '@typescript-eslint/no-floating-promises': 'off'
+ '@typescript-eslint/no-floating-promises': 'off',
19
+ '@typescript-eslint/no-explicit-any': 'error'
20
}
21
0 commit comments