10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
"use strict";
|
|
|
|
module.exports = { // eslint-disable-line no-undef
|
|
"extends": [
|
|
"../../../../testing/mochitest/browser.eslintrc.js",
|
|
"../../../../testing/mochitest/chrome.eslintrc.js",
|
|
"../../../../testing/mochitest/mochitest.eslintrc.js",
|
|
]
|
|
};
|