Skip to content

Commit

Permalink
MINOR suppress no-extraneous-dependencies warning in test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Aug 20, 2018
1 parent bbef455 commit 5bd6f0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ module.exports = {
'off'
],
}),
'overrides': [
{
"files": ["*-test.js","*-story.js"],
"rules": {
"import/no-extraneous-dependencies": "off"
}
}
],
'settings': {
'import/extensions': [
'.js',
Expand Down

0 comments on commit 5bd6f0c

Please sign in to comment.