Skip to content

Commit

Permalink
ESlint: import/no-extraneous-dependencies switched off
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Jul 2, 2017
1 parent 07f2d38 commit 94dfb51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -6,6 +6,7 @@
"prefer-const": "off",
"no-restricted-syntax": "off",
"comma-dangle": "off",
"no-unused-vars": "off"
"no-unused-vars": "off",
"import/no-extraneous-dependencies": "off"
}
}

0 comments on commit 94dfb51

Please sign in to comment.