Bug 1564761 [wpt PR 17620] - Document::CheckComplete should be nop when called from...
[gecko.git] / toolkit / .eslintrc.js
blob4d946beddc6c396b4e0204cad20fdac56fd0de0d
1 "use strict";
3 module.exports = {
4   rules: {
5     // XXX Bug 1326071 - This should be reduced down - probably to 20 or to
6     // be removed & synced with the mozilla/recommended value.
7     "complexity": ["error", 45],
9     "mozilla/no-task": "error",
10   }