diff --git a/webpack.config.js b/webpack.config.js index 9c8785780..32fb557fa 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ module.exports = { loader: 'eslint-loader', options: { cache: true, - configFile: '.eslintrc', + configFile: '.eslintrc.json', quiet: true, }, },