gecko-dev/browser/tools/mozscreenshots/tests/xpcshell/.eslintrc.js
Rand Mustafa 9ee09abd54 Bug 1247149 - mozscreenshots: Support restricting configurations in sets. r=jaws
The initial commit was authored by Kit Cambridge. His commit enabled the user to specify a single configuration in a set e.g. Toolbars[onlyNavBar],Tabs.
The next set of commits  allowed multiple configurations to be specified and also checked the validity of the configurations. Various bugs were squashed
along the way.


MozReview-Commit-ID: LTT7auJfcHa

--HG--
extra : rebase_source : 3c6cd8f4d9a07ad2a1a57070849cd0f7879534ac
2016-02-09 19:12:40 -08:00

8 lines
91 B
JavaScript

"use strict";
module.exports = {
"extends": [
"plugin:mozilla/xpcshell-test"
]
};