Bug 1512052 - Update some directories in .eslintignore, and correct a few .eslintrc.js files. r=mossop

Differential Revision: https://phabricator.services.mozilla.com/D13745

--HG--
rename : browser/components/attribution/test/.eslintrc.js => browser/components/attribution/test/xpcshell/.eslintrc.js
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2018-12-04 22:27:02 +00:00
parent 3355b8f222
commit 6eec4b7bae
5 changed files with 10 additions and 13 deletions

View File

@ -37,6 +37,7 @@ uriloader/exthandler/**
uriloader/exthandler/tests/mochitest/**
widget/headless/tests/**
widget/tests/**
xpfe/**
# We currently have no js files in these directories, so we ignore them by
# default to aid ESLint's performance.
@ -51,7 +52,6 @@ mozglue/**
nsprpub/**
other-licenses/**
startupcache/**
xpfe/**
# These directories only contain crashtests, but we still skip the whole
# directory to aid performance.
@ -240,6 +240,7 @@ dom/xul/**
# Third-party
dom/canvas/test/webgl-conf/**
dom/imptests/**
dom/media/webaudio/test/blink/**
dom/media/webvtt/**
# Third-party
@ -256,6 +257,9 @@ intl/locale/**
intl/strres/**
intl/uconv/**
# Third-party
layout/mathml/imptests/**
# Exclude everything but self-hosted JS
js/ductwork/**
js/examples/**

View File

@ -0,0 +1,5 @@
"use strict";
module.exports = {
"extends": "plugin:mozilla/browser-test",
};

View File

@ -1,5 +0,0 @@
env:
node: true
extends:
- plugin:mozilla/browser-test

View File

@ -1,7 +0,0 @@
"use strict";
module.exports = {
"extends": [
"plugin:mozilla/browser-test"
]
};