Dactyloidae/toolkit/components/places/tests/browser/.eslintrc.js

8 lines
177 B
JavaScript

"use strict";
module.exports = {
"extends": [
"../../../../../testing/mochitest/browser.eslintrc.js",
"../../../../../testing/mochitest/mochitest.eslintrc.js"
]
};