Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
table-search-issue @typescript-eslint/no-unnecessary-type-assertion t…
Browse files Browse the repository at this point in the history
…urned off
  • Loading branch information
vikas-cldcvr committed Jun 11, 2024
1 parent b9862d6 commit 09e77ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-floating-promises": "off"
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off"
}
}
]
Expand Down

0 comments on commit 09e77ad

Please sign in to comment.