Files
tubestation/toolkit/components/payments/test/unit/.eslintrc.js
Matthew Noorenberghe 44cb004d96 Bug 1418226 - Create a store for payment dialog unprivileged UI state. r=jaws
MozReview-Commit-ID: HHEYdXahhcI
2017-11-30 18:13:21 -08:00

8 lines
91 B
JavaScript

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