Skip to content

Commit

Permalink
fix: update commonjs overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 23, 2022
1 parent bbb4d51 commit 3a7485f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/common-overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default {
files: ["**/*.{cjs,cts}"],
rules: {
"@typescript-eslint/no-var-requires": "off",
"import/no-dynamic-require": "off",
"node/no-missing-require": "off",
"unicorn/prefer-module": "off",
},
Expand Down

0 comments on commit 3a7485f

Please sign in to comment.