gecko-dev/browser/components/protections/.eslintrc.js
Micah Tigley 493cdf8989 Bug 1559418 - Create a base card for Firefox Lockwise. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D37004

--HG--
extra : moz-landing-system : lando
2019-07-11 17:48:27 +00:00

7 lines
87 B
JavaScript

"use strict";
module.exports = {
parserOptions: {
sourceType: "module",
},
};