fune/browser/components/extensions/test/xpcshell/.eslintrc.js
Mark Banner 403075400a Bug 1371292 - Clean up more ESLint global definitions in configuration files in toolkit/ and browser/. r=mossop
MozReview-Commit-ID: 5KC23kzaCFN

--HG--
extra : rebase_source : 6a7541b5ffe85d275bc16194c155ad43f93d52ae
2017-06-08 10:59:12 +01:00

11 lines
255 B
JavaScript

"use strict";
module.exports = {
"extends": "plugin:mozilla/xpcshell-test",
"env": {
// The tests in this folder are testing based on WebExtensions, so lets
// just define the webextensions environment here.
"webextensions": true
}
};