Files
UXP-Fixed/devtools/client/shared/test/unit/.eslintrc.js
T
2018-02-02 04:16:08 -05:00

7 lines
149 B
JavaScript

"use strict";
module.exports = {
// Extend from the common devtools xpcshell eslintrc config.
"extends": "../../../../.eslintrc.xpcshell.js"
};