mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
10 lines
210 B
JavaScript
10 lines
210 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": "../../../../../../toolkit/components/extensions/test/mochitest/.eslintrc.js",
|
|
|
|
"globals": {
|
|
"isPageActionShown": true,
|
|
"clickPageAction": true,
|
|
},
|
|
};
|