zulip/frontend_tests
Arpith Siromoney 497c7702cc Run eslint in tools/lint-all with npm run --silent lint
This commit adds a basic eslintrc that emulates jslint defaults.
Rules that conflict with our existing code have been switched to
warnings instead of errors. Globals have been added to the eslintrc. The
bundled js file (generated by webpack) and blueslip.js are ignored with
.eslintignore.

To display warnings, run npm run lint-loud. This runs eslint without the
--quiet option on static/js and frontend_tests.

npm run --silent lint is run by tools/lint-all (in addition to jslint).
The --silent option is used to suppress the default output from npm run.

Fixes #535.
2016-11-18 16:15:45 -08:00
..
casper_lib casper: Remove then_log_out flakiness and sleep. 2016-10-12 22:03:55 -07:00
casper_tests Add initial implementation of custom realm filters. 2016-11-17 17:11:25 -08:00
node_tests Add initial implementation of custom realm filters. 2016-11-17 17:11:25 -08:00
zjsunit node tests: Add newer stylesheets for HTML output. 2016-11-05 15:03:29 -07:00
.eslintrc Run eslint in tools/lint-all with npm run --silent lint 2016-11-18 16:15:45 -08:00
run-casper casper tests: Keep var/casper/server.log till it has 100kb. 2016-11-02 22:04:16 -07:00