mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-29 14:23:25 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the common devtools mochitest eslintrc config.
|
|
"extends": "../../../.eslintrc.xpcshell.js"
|
|
};
|