Skip to content

Commit

Permalink
Enable import/no-namespace rule (see import-js/eslint-plugin-import#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Apr 30, 2016
1 parent c0c4b66 commit 6cc2ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"import/no-duplicates": 0,
"import/no-named-as-default": 2,
"import/no-named-as-default-member": 2,
"import/no-namespace": 0,
"import/no-namespace": 2,
"import/no-nodejs-modules": 0,
"import/no-unresolved": 0,
"import/order": [
Expand Down

0 comments on commit 6cc2ea1

Please sign in to comment.