Files
tubestation/toolkit/components/url-classifier/tests/mochitest/.eslintrc.js
2016-10-18 08:38:10 +01:00

9 lines
176 B
JavaScript

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