diff --git a/index.js b/index.js index 950ec9ee..d28209a9 100755 --- a/index.js +++ b/index.js @@ -62,6 +62,9 @@ module.exports = { // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-dynamic-delete.md '@typescript-eslint/no-dynamic-delete': 'error', + // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md + '@typescript-eslint/no-explicit-any': 'error', + // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/prefer-enum-initializers.md '@typescript-eslint/prefer-enum-initializers': 'error',