mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
This rule checks for use of const wherever needed, currently does nothing since we don't use `let`, instead we use `var`. This rule can be used to use refactor a file to use const easily by replaceing var with let using a editor and then by running `./node_modules/.bin/eslint frontend_tests --fix --cache`. And then revert those `let`'s back to `var`. |
||
|---|---|---|
| .. | ||
| casper_lib | ||
| casper_tests | ||
| node_tests | ||
| zjsunit | ||
| .eslintrc.json | ||
| run-casper | ||