Skip to content

Commit

Permalink
Enabled the rule no-var-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 21, 2023
1 parent 0ba7947 commit 36c2e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@typescript-eslint/no-unsafe-enum-comparison": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/non-nullable-type-assertion-style": "off",
"@typescript-eslint/prefer-includes": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
Expand Down

0 comments on commit 36c2e84

Please sign in to comment.