Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
chore(#107): fixed more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gasser committed May 7, 2019
1 parent 7a95306 commit 070ff67
Show file tree
Hide file tree
Showing 58 changed files with 477 additions and 227 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"rules": {
"react/jsx-filename-extension": 0
}
},
{
"files": ["**/*.stories.js", ".storybook/**/*"],
"rules": {
"import/no-extraneous-dependencies": 0,
"react/jsx-filename-extension": 0
}
}
]
}
Loading

0 comments on commit 070ff67

Please sign in to comment.