Sign in
chromium
/
devtools
/
devtools-frontend
/
4d79dad322773e97627cc7bbf14c6e45b199872c
/
.
/
node_modules
/
define-properties
/
.eslintrc
blob: 4297a97f636e0ecc47e979991e56a0e41d005dc7 [
file
] [
log
] [
blame
]
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"rules"
:
{
"id-length"
:
[
2
,
{
"min"
:
1
,
"max"
:
35
}],
"max-params"
:
[
2
,
4
],
},
"overrides"
:
[
{
"files"
:
"test/**"
,
"rules"
:
{
"max-lines-per-function"
:
0
,
},
},
],
}