mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 07:31:21 +00:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the common devtools xpcshell eslintrc config.
|
|
"extends": "../../../.eslintrc.xpcshell.js"
|
|
};
|