mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
0ce286101c
MozReview-Commit-ID: HtUW43tCli1 --HG-- extra : rebase_source : 6496bc47860d9c1ab522a78e73b41550700021cb
12 lines
257 B
JavaScript
12 lines
257 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", 41],
|
|
|
|
"mozilla/no-task": "error",
|
|
}
|
|
};
|