Skip to content

Commit

Permalink
fix: linting errors when running storybook (#38)
Browse files Browse the repository at this point in the history
Apply known workaround to fix linting errors
  • Loading branch information
amalv authored Nov 10, 2019
1 parent 4b4ac31 commit 6520757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = ({ config }) => {
config.module.rules.push(
config.module.rules.unshift(
{
test: /\.tsx?$/,
use: [
Expand Down

1 comment on commit 6520757

@vercel
Copy link

@vercel vercel bot commented on 6520757 Nov 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.