Skip to content

Commit

Permalink
fix(rule): turn off @typescript-eslint/no-var-requires (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 11, 2020
1 parent 82f8a52 commit 3b37229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -42,6 +42,7 @@
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-warning-comments": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-types": "off",
Expand Down

0 comments on commit 3b37229

Please sign in to comment.