summaryrefslogtreecommitdiffstats
path: root/docs/code-quality/lint/linters/eslint-plugin-spidermonkey-js.rst
blob: 35ff88dd59ed592507c93e2e99a2c78c0a501ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
==============================
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.