Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
74dda38d54e9413f6c97fc121d79be0140c428ed
/
.
/
editors
/
code
/
tsconfig.eslint.json
blob: eceffeef598455078ff064c0de52385770c5339e [
file
] [
log
] [
blame
]
//
Special
typescript project file
,
used by eslint only
.
{
"extends"
:
"./tsconfig.json"
,
"include"
:
[
//
repeated from base config
'
s
"include"
setting
"src"
,
"tests"
,
//
these are the eslint
-
only inclusions
"eslint.config.mts"
]
}