Dactyloidae/devtools/shared/tests/unit/.eslintrc.js

6 lines
146 B
JavaScript

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