fune/tools/lint/docs/linters/eslint-plugin-spidermonkey-js.rst
Mark Banner 644825e657 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

--HG--
rename : tools/lint/eslint/eslint-plugin-mozilla/.eslintrc.js => tools/lint/eslint/.eslintrc.js
rename : tools/lint/eslint/eslint-plugin-mozilla/lib/processors/self-hosted.js => tools/lint/eslint/eslint-plugin-spidermonkey-js/lib/processors/self-hosted.js
extra : rebase_source : 9913f929985016f4a22ff78641051dc025df14f2
2017-03-19 18:35:17 +00:00

15 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.