Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Removed: eslint-loader "fix" option has been removed from theme-base (#…
Browse files Browse the repository at this point in the history
…752)

 Closes #518.
  • Loading branch information
ben-eb authored and MoOx committed Sep 16, 2016
1 parent 5935b9b commit b641f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/phenomic-theme-base/webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const makeConfig = (config = {}) => {
],
loaders: [
"babel-loader?cacheDirectory=true",
"eslint-loader?fix",
"eslint-loader",
],
},

Expand Down

0 comments on commit b641f0f

Please sign in to comment.