Skip to content

Commit

Permalink
FIX linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 31, 2017
1 parent de14a76 commit 1a06439
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docs/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,15 @@ const config = {
rules: [
{
test: /\.css$/,
use: [
'style-loader',
'css-loader'
]
use: ['style-loader', 'css-loader']
},
{
test: /\.yml$/,
use: [
'json-loader',
'yaml-loader'
]
use: ['json-loader', 'yaml-loader']
},
{
test: /\.(jpg|png|gif|eot|svg|ttf|woff|woff2)$/,
use: [
'file-loader'
]
use: ['file-loader']
},
],
},
Expand Down

0 comments on commit 1a06439

Please sign in to comment.