We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #124, what's the expected way to run eslint? Should there be a npm run lint?
eslint
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
The text was updated successfully, but these errors were encountered:
eslint is ran with the eslint-loader, i.e. you'll get errors and warnings in your console while npm start is running.
eslint-loader
npm start
For further discussions about moving this out for IDE support etc. see #124!
Sorry, something went wrong.
Merge pull request facebook#136 from Jorer/fix-jest-snapshot-css-modules
a376a94
Fix Jest snapshot CSS Module class names, add CSS Module class name template as a configuration option. Closes facebook#106 and facebook#97.
No branches or pull requests
Similar to #124, what's the expected way to run
eslint
? Should there be anpm run lint
?I got it to run with the included config, but I can't imagine most users would find this:
The text was updated successfully, but these errors were encountered: