fune/toolkit/components/extensions/test/browser/.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

13 lines
168 B
JavaScript

"use strict";
module.exports = {
"extends": "plugin:mozilla/browser-test",
"env": {
"webextensions": true,
},
"rules": {
"no-shadow": "off",
},
};