Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
node_modules
/
is-core-module
/
.eslintrc
blob: f2e07268154e3e32cb09cb164baf850c7dac9a38 [
file
] [
edit
]
{
"extends"
:
"@ljharb"
,
"root"
:
true
,
"rules"
:
{
"func-style"
:
1
,
},
"overrides"
:
[
{
"files"
:
"test/**"
,
"rules"
:
{
"global-require"
:
0
,
"max-depth"
:
0
,
"max-lines-per-function"
:
0
,
"no-negated-condition"
:
0
,
},
},
],
}