mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-29 14:23:25 +00:00
10 lines
202 B
JavaScript
10 lines
202 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "../../../.eslintrc.mochitests.js",
|
|
"globals": {
|
|
"DeveloperToolbar": true
|
|
}
|
|
};
|