Skip to content

Commit

Permalink
Disallow Webpack loader syntax in imports (import/no-webpack-loader-s…
Browse files Browse the repository at this point in the history
…yntax)

For: standard/standard#806
  • Loading branch information
feross committed Mar 2, 2017
1 parent c766eb0 commit 489851b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -177,6 +177,7 @@
"import/first": "error",
"import/no-absolute-path": "error",
"import/no-duplicates": "error",
"import/no-webpack-loader-syntax": "error",

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

Expand Down

0 comments on commit 489851b

Please sign in to comment.