diff --git a/src/configs/typescript.ts b/src/configs/typescript.ts index c004d805..aa1cdfbf 100644 --- a/src/configs/typescript.ts +++ b/src/configs/typescript.ts @@ -76,7 +76,6 @@ export async function typescript( "ts/no-unsafe-call": "error", "ts/no-unsafe-member-access": "error", "ts/no-unsafe-return": "error", - "ts/non-nullable-type-assertion-style": "error", "ts/prefer-destructuring": "error", "ts/prefer-find": "error", "ts/prefer-includes": "error", @@ -238,7 +237,6 @@ export async function typescript( "ts/max-params": ["error", { max: 4 }], "ts/method-signature-style": "off", "ts/no-array-constructor": "off", - "ts/no-confusing-non-null-assertion": "error", "ts/no-dupe-class-members": "error", "ts/no-dynamic-delete": "off", "ts/no-empty-function": "error",