9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"../../../../../testing/mochitest/mochitest.eslintrc.js",
|
|
"../../../../../testing/mochitest/chrome.eslintrc.js"
|
|
]
|
|
};
|