Skip to content

Commit

Permalink
Allow to use .eslintrc file for eslint-loader in prod build as well
Browse files Browse the repository at this point in the history
God what is going on with me
  • Loading branch information
SpaceK33z committed Sep 8, 2017
1 parent 1b4cf88 commit 4aaf243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ module.exports = {
extends: [require.resolve('eslint-config-codeyellow')],
},
ignore: false,
useEslintrc: false,
// @remove-on-eject-end
},
loader: require.resolve('eslint-loader'),
Expand Down

0 comments on commit 4aaf243

Please sign in to comment.