Files
tubestation/browser/components/preferences/in-content-old/tests/.eslintrc.js
Jared Wein 510540930d Bug 1343682 - Create temporary killswitch for preference reorg. r=mconley
This uses the pref browser.preferences.useOldOrganization=true to use the old prefs.

MozReview-Commit-ID: DQyHYSZJTKd
2017-03-22 16:56:25 -04:00

8 lines
90 B
JavaScript

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