fune/browser/base/content/test/trackingUI/.eslintrc.js
Johann Hofmann 35166c8f08 Bug 1462468 - Add a tracking protection option to the hamburger menu. r=mikedeboer
MozReview-Commit-ID: HxRljbdsRau

--HG--
extra : rebase_source : 3f3aae722ca2e1b6a28a29a5116d66bf40aa8092
2018-05-22 16:26:55 +02:00

7 lines
90 B
JavaScript

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