zulip/frontend_tests
Tim Abbott 2447f4a5b4 eslint: Update most casper tests to use new comma-dangle rules.
* In most cases, eslint --fix with the right comma-dangle settings was
  able to update the code correctly.

* The exceptions were cases where the parser incorrectly treated the
arguments to functions as lists/objects and added commas; these are
detectable with linters, and we fixed manually.  Since this is test
code, we can be reasonably confident that just fixing the failures
suffices to correct any bugs introduced by making changes
automatically.
2016-12-03 15:00:24 -08:00
..
casper_lib eslint: change no-plusplus from warning to 2 and fix violations. 2016-12-01 14:27:17 -08:00
casper_tests eslint: Update most casper tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
node_tests eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
zjsunit eslint: change max-len from warning to error and fix violations. 2016-12-02 14:16:33 +00:00
.eslintrc.json Change name of eslintrc file to .eslintrc.json 2016-11-29 08:58:39 -08:00
run-casper tests: Change doc file in run-casper 'Tips for debugging'. 2016-12-03 10:45:44 -08:00