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

7 lines
149 B
JavaScript

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