Files
tubestation/browser/base/content/test/appUpdate/.eslintrc.js
Doug Thayer a5b27a8e9b Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong
There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.

MozReview-Commit-ID: 24sESMTosNX
2017-03-21 13:50:09 -07:00

8 lines
90 B
JavaScript

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