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 1531915 [wpt PR 15578] - Fix flakiness of external/wpt/css/css-position/z-index...
[gecko.git]
/
toolkit
/
content
/
.eslintrc.js
blob
a6b79e299776a10505127b2888f47ea2e6ff2260
1
"use strict";
2
3
module.exports = {
4
"env": {
5
"mozilla/browser-window": true,
6
},
7
8
"plugins": [
9
"mozilla"
10
],
11
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
}
17
};