pdf.js/test/font
Jonas Jenwald 52e0f51917 Enable the no-unused-vars ESLint rule
Please see http://eslint.org/docs/rules/no-unused-vars; note that this patch purposely uses the same rule options as in `mozilla-central`, such that it fixes part of issue 7957.

It wasn't, in my opinion, entirely straightforward to enable this rule compared to the already existing rules. In many cases a `var descriptiveName = ...` format was used (more or less) to document the code, and I choose to place the old variable name in a trailing comment to not lose that information.

I welcome feedback on these changes, since it wasn't always entirely easy to know what changes made the most sense in every situation.
2017-01-29 23:23:17 +01:00
..
font_core_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
font_fpgm_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
font_os2_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
font_post_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
font_test.html Updates Jasmine version. 2016-03-29 09:34:13 -05:00
fontutils.js Enable the no-unused-vars ESLint rule 2017-01-29 23:23:17 +01:00
jasmine-boot.js Remove globals that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 2016-12-16 21:09:55 +01:00
ttxdriver.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00