2017-08-06 20:47:03 +03:00
|
|
|
---
|
2017-06-02 16:48:22 +03:00
|
|
|
eslint:
|
|
|
|
description: JavaScript linter
|
|
|
|
# ESLint infra handles its own path filtering, so just include cwd
|
|
|
|
include: ['.']
|
|
|
|
exclude: []
|
2019-04-05 15:40:23 +03:00
|
|
|
extensions: ['js', 'jsm', 'jsx', 'xml', 'xul', 'html', 'xhtml']
|
2018-02-17 01:46:46 +03:00
|
|
|
support-files:
|
|
|
|
- '**/.eslintrc.js'
|
|
|
|
- '.eslintignore'
|
|
|
|
- 'tools/lint/eslint/**'
|
|
|
|
# Files that can influence global variables
|
|
|
|
- 'browser/base/content/nsContextMenu.js'
|
|
|
|
- 'browser/base/content/utilityOverlay.js'
|
|
|
|
- 'browser/components/customizableui/content/panelUI.js'
|
|
|
|
- 'browser/components/downloads/content/downloads.js'
|
|
|
|
- 'browser/components/downloads/content/indicator.js'
|
|
|
|
- 'testing/mochitest/tests/SimpleTest/EventUtils.js'
|
|
|
|
- 'testing/mochitest/tests/SimpleTest/MockObjects.js'
|
|
|
|
- 'testing/mochitest/tests/SimpleTest/SimpleTest.js'
|
|
|
|
- 'testing/mochitest/tests/SimpleTest/WindowSnapshot.js'
|
|
|
|
- 'toolkit/components/printing/content/printUtils.js'
|
|
|
|
- 'toolkit/components/viewsource/content/viewSourceUtils.js'
|
|
|
|
- 'toolkit/content/contentAreaUtils.js'
|
|
|
|
- 'toolkit/content/editMenuOverlay.js'
|
|
|
|
- 'toolkit/content/globalOverlay.js'
|
|
|
|
- 'toolkit/modules/Services.jsm'
|
2017-06-02 16:48:22 +03:00
|
|
|
type: external
|
|
|
|
payload: eslint:lint
|
2018-01-25 21:40:02 +03:00
|
|
|
setup: eslint:setup
|