Skip to content

Commit

Permalink
Disallow import of modules using absolute paths (import/no-absolute-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 2, 2017
1 parent 47dd6ad commit c766eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -175,6 +175,7 @@

"import/export": "error",
"import/first": "error",
"import/no-absolute-path": "error",
"import/no-duplicates": "error",

"promise/param-names": "error",
Expand Down

0 comments on commit c766eb0

Please sign in to comment.