Mypal/devtools/server/tests/unit/.eslintrc.js
2019-03-11 13:26:37 +03:00

7 lines
146 B
JavaScript

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