Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Disabled duplicate rule
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Apr 12, 2017
1 parent 0223cc8 commit 8573cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ rules:
node/no-unpublished-require: off

# Disallow import declarations for files that don't exist.
node/no-missing-import: error
# Somewhat a duplicate of "import" plugin
node/no-missing-import: off

0 comments on commit 8573cae

Please sign in to comment.