Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / remote / marionette / .eslintrc.js
blob64a8883c43b8624fc191e6b43b2881c3e775751f
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 // inherits from ../../tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js
9 module.exports = {
10   rules: {
11     camelcase: ["error", { properties: "never" }],
12     "no-var": "error",
13   },