Skip to content

Commit

Permalink
feat(typescript): remove typescript/no-loss-of-precision
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 14, 2024
1 parent fa404d8 commit c0d0345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conf/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ export default tseslint.config({
],
"no-loop-func": "off",
"typescript/no-loop-func": "error",
"no-loss-of-precision": "off",
"typescript/no-loss-of-precision": "error",
"typescript/no-meaningless-void-operator": [
"error",
{
Expand Down

0 comments on commit c0d0345

Please sign in to comment.