mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
17 lines
295 B
JavaScript
17 lines
295 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"globals": {
|
|
"XMLHttpRequest": true,
|
|
"window": true,
|
|
"define": true,
|
|
"addEventListener": true,
|
|
"document": true,
|
|
"dispatchEvent": true,
|
|
"MessageEvent": true
|
|
},
|
|
"rules": {
|
|
"indent": "off",
|
|
"padded-blocks": "off",
|
|
}
|
|
};
|