Files
tubestation/tools/lint/docs/linters/eslint-plugin-spidermonkey-js.rst
Mark Banner 0e6445226b Bug 1344932 - Separate out the ESLint spidermonkey preprocessor to avoid breaking './mach eslint --fix' on the whole tree.' r=jryans
This doesn't allow --fix to run on the whole tree in one go, but does allow it to be run on individual directories. This
is due to an ESLint issue, where once the processor is loaded, it applies to the rest of the files.

MozReview-Commit-ID: Fqg5yK22Dhu
2017-03-19 18:35:17 +00:00

16 lines
399 B
ReStructuredText

==============================
Mozilla ESLint SpiderMonkey JS
==============================
This plugin only creates one item at the moment - a processor for the SpiderMonkey
JS code.
Processors
==========
The processor is used to pre-process all *.js files and deals with the macros
that SpiderMonkey uses.
Note: Currently the ESLint option --fix is disabled when the preprocessor is
enabled.