gecko-dev/tools/lint/eslint.yml
Andrew Halberstadt e892c0600b Bug 1288432 - Use new mozlint configuration for eslint linter, r=standard8
MozReview-Commit-ID: HX0yA8U15Fw

--HG--
rename : tools/lint/eslint.lint.py => tools/lint/eslint/__init__.py
extra : rebase_source : f11e103038acd8b95b9586026c571a88587a79b2
2017-06-02 09:48:22 -04:00

11 lines
354 B
YAML

eslint:
description: JavaScript linter
# ESLint infra handles its own path filtering, so just include cwd
include: ['.']
exclude: []
# Make sure these are defined on the same line until the hack
# in hook_helper.py is fixed.
extensions: ['js', 'jsm', 'jsx', 'xml', 'html', 'xhtml']
type: external
payload: eslint:lint