Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
stop-iteration-iterator
/
.eslintrc
blob: 20f1fabc4c34ae0fb6f1cf1d973677590d153c81 [
file
] [
log
] [
blame
]
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"globals"
:
{
"StopIteration"
:
false
,
},
"rules"
:
{
"func-name-matching"
:
[
2
,
"always"
],
"id-length"
:
0
,
},
}