Bug 1625482 [wpt PR 22496] - [ScrollTimeline] Do not show scrollbar to bypass flakine...
[gecko.git] / testing / marionette / .eslintrc.js
blob091d1e63f39867ae1bfcd91206817bec1ce70274
1 "use strict";
3 // inherits from ../../tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js
5 module.exports = {
6   rules: {
7     camelcase: ["error", { properties: "never" }],
8     "no-fallthrough": "error",
9     "no-undef-init": "error",
10     "no-var": "error",
11   },