Skip to content

Commit e833cf2

Browse files
pohnemustclindner
andauthored
Make no-explicit-any required (#209)
* Make `no-explicit-any` required * Make `no-explicit-any` required * Update index.js Co-authored-by: Thomas Lindner <[email protected]>
1 parent df61d4e commit e833cf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ module.exports = {
6262
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-dynamic-delete.md
6363
'@typescript-eslint/no-dynamic-delete': 'error',
6464

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+
6568
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/prefer-enum-initializers.md
6669
'@typescript-eslint/prefer-enum-initializers': 'error',
6770

0 commit comments

Comments
 (0)