repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1509034 [wpt PR 14163] - Update wpt metadata, a=testonly
[gecko.git]
/
toolkit
/
.eslintrc.js
blob
4d946beddc6c396b4e0204cad20fdac56fd0de0d
1
"use strict";
2
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],
8
9
"mozilla/no-task": "error",
10
}
11
};