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.
no-explicit-any
1 parent df61d4e commit e833cf2Copy full SHA for e833cf2
index.js
@@ -62,6 +62,9 @@ module.exports = {
62
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-dynamic-delete.md
63
'@typescript-eslint/no-dynamic-delete': 'error',
64
65
+ // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md
66
+ '@typescript-eslint/no-explicit-any': 'error',
67
+
68
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/prefer-enum-initializers.md
69
'@typescript-eslint/prefer-enum-initializers': 'error',
70
0 commit comments