rust/editors/code/tsconfig.eslint.json

12 lines
278 B
JSON
Raw Normal View History

2022-02-05 16:52:51 -06:00
// Special typescript project file, used by eslint only.
{
2022-05-17 12:15:06 -05: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 16:52:51 -06:00
}