Bug 1531915 [wpt PR 15578] - Fix flakiness of external/wpt/css/css-position/z-index...
[gecko.git] / toolkit / content / .eslintrc.js
bloba6b79e299776a10505127b2888f47ea2e6ff2260
1 "use strict";
3 module.exports = {
4   "env": {
5     "mozilla/browser-window": true,
6   },
8   "plugins": [
9     "mozilla"
10   ],
12   rules: {
13     // XXX Bug 1358949 - This should be reduced down - probably to 20 or to
14     // be removed & synced with the mozilla/recommended value.
15     "complexity": ["error", 48],
16   }