Open Robbert opened 8 years ago
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 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.