mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 06:47:35 +09:00
9 lines
229 B
JavaScript
9 lines
229 B
JavaScript
"use strict";
|
|
|
|
module.exports = { // eslint-disable-line no-undef
|
|
"globals": {
|
|
// JS files in this folder are commonly xpcshell scripts where |arguments|
|
|
// is defined in the global scope.
|
|
"arguments": false
|
|
}
|
|
};
|