Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
devtools
/
node_modules
/
function-bind
/
.eslintrc
blob: 9b33d8edffcc8274f9ac165941658494ddff37bc [
file
] [
log
] [
blame
]
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"rules"
:
{
"func-name-matching"
:
0
,
"indent"
:
[
2
,
4
],
"max-nested-callbacks"
:
[
2
,
3
],
"max-params"
:
[
2
,
3
],
"max-statements"
:
[
2
,
20
],
"no-new-func"
:
[
1
],
"strict"
:
[
0
]
}
}