diff --git a/src/frontend/packages/eslint-plugin-docs/typescript.js b/src/frontend/packages/eslint-plugin-docs/typescript.js index 5a398a78..7d98f9f7 100644 --- a/src/frontend/packages/eslint-plugin-docs/typescript.js +++ b/src/frontend/packages/eslint-plugin-docs/typescript.js @@ -24,6 +24,7 @@ const typescriptConfig = { rules: { '@typescript-eslint/no-explicit-any': 'error', '@typescript-eslint/no-non-null-assertion': 'error', + '@typescript-eslint/no-unnecessary-type-assertion': 'error', '@typescript-eslint/no-unsafe-argument': 'error', '@typescript-eslint/no-unsafe-member-access': 'error', '@typescript-eslint/no-unused-vars': [