mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
MozReview-Commit-ID: 6q43u1m0hLI --HG-- extra : rebase_source : 02bf20a95994ac2fb13e3a69e3d504564fcc279d
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the common devtools mochitest eslintrc config.
|
|
"extends": "../../../.eslintrc.mochitests.js"
|
|
};
|