Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
set-function-name
/
.eslintrc
blob: ceed91844e5d0e7d38d51b055707cd3f134ef0e7 [
file
] [
log
] [
blame
]
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"rules"
:
{
"id-length"
:
"off"
,
"no-extra-parens"
:
"off"
,
},
"overrides"
:
[
{
"files"
:
[
"test/**/*.js"
],
"rules"
:
{
"id-length"
:
"off"
,
"multiline-comment-style"
:
"off"
,
"no-empty-function"
:
"off"
,
},
},
],
}