mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
"use strict";
|
|
|
|
module.exports = { // eslint-disable-line no-undef
|
|
"extends": "../../../../../testing/xpcshell/xpcshell.eslintrc.js",
|
|
|
|
"globals": {
|
|
"browser": false,
|
|
},
|
|
};
|