trisquel-icecat/icecat/browser/components/extensions/test/xpcshell/.eslintrc.js

9 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,
},
};