Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: null assertions recursion
Browse files Browse the repository at this point in the history
sasial-dev committed Nov 17, 2024
1 parent d1979f3 commit be8d014
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/configs/typescript.ts
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit be8d014

Please sign in to comment.