Files
tubestation/browser/components/payments/test/unit/.eslintrc.js
Matthew Noorenberghe 0c8c81240e Bug 1457287 - Move Payment Request UI code to browser/. r=jaws
MozReview-Commit-ID: LjrRXr1thc8
2018-04-27 07:20:32 -07:00

8 lines
91 B
JavaScript

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