.eslintrc.js 146 B

1234567
  1. "use strict";
  2. module.exports = {
  3. // Extend from the common devtools xpcshell eslintrc config.
  4. "extends": "../../../.eslintrc.xpcshell.js"
  5. };