Skip to content

Commit

Permalink
Disable node/no-missing-require rule, which duplicates the functional…
Browse files Browse the repository at this point in the history
…ity of import/no-unresolved
  • Loading branch information
Marc Huffnagle committed Nov 12, 2018
1 parent 12207f3 commit 14f543e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -116,6 +116,8 @@
"lodash/prefer-constant": "off",
"lodash/prefer-lodash-method": "off",

"node/no-missing-require": "off",

"unicorn/filename-case": "off",
"unicorn/no-process-exit": "off",
"unicorn/prefer-spread": "off"
Expand Down

0 comments on commit 14f543e

Please sign in to comment.