mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 08:54:28 +00:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "../../../../.eslintrc.xpcshell.js"
|
|
};
|