rust-analyzer/editors/code/tsconfig.eslint.json

12 lines
278 B
JSON
Raw Normal View History

2022-02-05 22:52:51 +00:00
// Special typescript project file, used by eslint only.
{
2022-05-17 17:15:06 +00:00
"extends": "./tsconfig.json",
"include": [
// repeated from base config's "include" setting
"src",
"tests",
// these are the eslint-only inclusions
".eslintrc.js"
]
2022-02-05 22:52:51 +00:00
}