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
The command line output of eslint and npm test leaves something to be desired: a good overview.
eslint
npm test
eslint -f json > tmp/eslint.json
tmp/eslint.json
fetch()
lodash
node_modules/lodash/
eslint.json
Perhaps a good place to store the output for now is tmp/, this path should already be excluded using.gitignoreandgulpfile.js`.
tmp/, this path should already be excluded using
and
Best to try this in the robbert/wealth repository on BitBucket until we've got something working really well.
robbert/wealth
The text was updated successfully, but these errors were encountered:
Yolijn
No branches or pull requests
The command line output of
eslint
andnpm test
leaves something to be desired: a good overview.eslint
output using for example:eslint -f json > tmp/eslint.json
tmp/eslint.json
in using the newfetch()
standard in a browser scriptlodash
from somewhere innode_modules/lodash/
eslint.json
and show how many errors there are for each error type, sorted by number of errorsPerhaps a good place to store the output for now is
tmp/, this path should already be excluded using
.gitignoreand
gulpfile.js`.Best to try this in the
robbert/wealth
repository on BitBucket until we've got something working really well.The text was updated successfully, but these errors were encountered: