Mypal68/browser/components/.eslintrc.js
2022-04-16 07:41:55 +03:00

10 lines
224 B
JavaScript

"use strict";
module.exports = {
rules: {
// XXX Bug 1326071 - This should be reduced down - probably to 20 or to
// be removed & synced with the mozilla/recommended value.
"complexity": ["error", 61],
}
};