Skip to content

Commit

Permalink
config: [project] - updated eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiangsn committed Mar 8, 2023
1 parent 6bfa4c6 commit fe8e5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"new-cap": "off",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/no-floating-promises": "off"
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-invalid-void-type": "off"
}
}

0 comments on commit fe8e5d1

Please sign in to comment.