Skip to content

Commit

Permalink
Relax rule: import/no-absolute-path
Browse files Browse the repository at this point in the history
Removing this rule because it's really slow. This improves speed by up
to 25%.

Fixes: standard/standard#861
  • Loading branch information
feross committed Apr 14, 2017
1 parent 8f36d5a commit 6ffbd1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Expand Up @@ -175,7 +175,6 @@

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

Expand Down

0 comments on commit 6ffbd1f

Please sign in to comment.