Skip to content

Commit

Permalink
Configure new typescript-eslint rules (no-unsafe-unary-minus, no-usel…
Browse files Browse the repository at this point in the history
…ess-template-literals).
  • Loading branch information
alexrp committed Dec 22, 2023
1 parent 2d25e5a commit c5c8f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -244,6 +244,7 @@
"@typescript-eslint/no-unsafe-enum-comparison": "error",
"@typescript-eslint/no-unsafe-member-access": "error",
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-unsafe-unary-minus": "error",
"@typescript-eslint/no-unused-expressions": [
"error",
{
@@ -271,6 +272,7 @@
],
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-useless-empty-export": "error",
"@typescript-eslint/no-useless-template-literals": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/non-nullable-type-assertion-style": "error",
"@typescript-eslint/object-curly-spacing": [

0 comments on commit c5c8f9a

Please sign in to comment.