Skip to content

Commit

Permalink
Update eslintrc filename in webpack config (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill authored and mirka committed Sep 12, 2018
1 parent 99bca3f commit aa10bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -24,7 +24,7 @@ module.exports = {
loader: 'eslint-loader',
options: {
cache: true,
configFile: '.eslintrc',
configFile: '.eslintrc.json',
quiet: true,
},
},
Expand Down

0 comments on commit aa10bc4

Please sign in to comment.