mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
17 lines
254 B
JavaScript
17 lines
254 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
"extends": [
|
||
|
|
"../.eslintrc.js"
|
||
|
|
],
|
||
|
|
"globals": {
|
||
|
|
"Cc": true,
|
||
|
|
"Ci": true,
|
||
|
|
"Components": true,
|
||
|
|
"console": true,
|
||
|
|
"Cu": true,
|
||
|
|
"dump": true,
|
||
|
|
"Services": true,
|
||
|
|
"XPCOMUtils": true
|
||
|
|
}
|
||
|
|
};
|