gecko-dev/toolkit/components/feeds/test/.eslintrc.js

9 строки
168 B
JavaScript

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