Closed
Description
Similar to #124, what's the expected way to run eslint
? Should there be a npm run lint
?
I got it to run with the included config, but I can't imagine most users would find this:
./node_modules/react-scripts/node_modules/.bin/eslint -c ./node_modules/react-scripts/config/eslint.js src
Activity
mxstbr commentedon Jul 23, 2016
eslint is ran with the
eslint-loader
, i.e. you'll get errors and warnings in your console whilenpm start
is running.For further discussions about moving this out for IDE support etc. see #124!
Merge pull request facebook#136 from Jorer/fix-jest-snapshot-css-modules