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