Skip to content

Commit

Permalink
Revert "Enable eslint caching in development" (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 28, 2017
1 parent 0b46850 commit 5bce8c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,13 @@ module.exports = {
// Remember to add the new extension(s) to the "url" loader exclusion list.
]
},
// @remove-on-eject-begin
// Point ESLint to our predefined config.
eslint: {
// @remove-on-eject-begin
configFile: path.join(__dirname, '../.eslintrc'),
useEslintrc: false,
// @remove-on-eject-end
cache: true
},
// @remove-on-eject-end
// We use PostCSS for autoprefixing only.
postcss: function() {
return [
Expand Down

0 comments on commit 5bce8c5

Please sign in to comment.