Files
tubestation/browser/components/extensions/test/xpcshell/.eslintrc.js
2020-03-07 10:09:44 +00:00

10 lines
207 B
JavaScript

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