mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 21:38:39 +09:00
10 lines
219 B
JavaScript
10 lines
219 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "../../../.eslintrc.mochitests.js",
|
|
"globals": {
|
|
"ResponsiveUI": true,
|
|
"helpers": true
|
|
}
|
|
};
|