diff --git a/packages/eslint-config/src/config/typescript.ts b/packages/eslint-config/src/config/typescript.ts index f3710989..299d8b75 100644 --- a/packages/eslint-config/src/config/typescript.ts +++ b/packages/eslint-config/src/config/typescript.ts @@ -188,13 +188,12 @@ export function typescript(project?: string) { "@typescript-eslint/no-unnecessary-type-assertion": "error", "@typescript-eslint/no-unnecessary-type-constraint": "error", "@typescript-eslint/no-unsafe-declaration-merging": "error", - // '@typescript-eslint/no-unsafe-function-type': "error", - // "@typescript-eslint/no-wrapper-object-types": "error", + "@typescript-eslint/no-unsafe-function-type": "error", + "@typescript-eslint/no-wrapper-object-types": "error", "@typescript-eslint/prefer-as-const": "error", "@typescript-eslint/prefer-function-type": "error", "@typescript-eslint/prefer-optional-chain": "error", "@typescript-eslint/prefer-readonly": "error", - "@typescript-eslint/prefer-ts-expect-error": "error", "@typescript-eslint/restrict-plus-operands": [ "error", {