mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the common devtools mochitest eslintrc config.
|
|
"extends": "../../../.eslintrc.xpcshell.js"
|
|
};
|