zulip/static
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
..
assets Move assets/ to live under static/. 2016-08-26 10:23:38 -07:00
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
html Fix end tags in 404/5xx pages. 2016-07-09 17:34:49 -07:00
images Add github webhook integration. 2016-11-15 10:48:12 -08:00
js Run eslint in tools/lint-all with npm run --silent lint 2016-11-18 16:15:45 -08:00
locale Django 1.10: Fix i18n tests. 2016-11-10 16:20:03 +05:00
styles Add initial implementation of custom realm filters. 2016-11-17 17:11:25 -08:00
templates Add initial implementation of custom realm filters. 2016-11-17 17:11:25 -08:00
third Add missing unicode range to text: replace(inline.breaks.text) 2016-11-14 20:10:54 -08:00
.gitignore Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
favicon.ico Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00