Skip to content

Commit

Permalink
chore: disable rule that fails on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 27, 2021
1 parent 7559391 commit 6e8af3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"import/no-dynamic-require": "off",
"import/no-import-module-exports": "off",
"import/no-unassigned-import": "off",
"import/extensions": "off",
"no-console": "off",
"no-nested-ternary": "off",
"no-useless-catch": "off"
Expand Down

0 comments on commit 6e8af3b

Please sign in to comment.