]> git.lizzy.rs Git - rust.git/blob - editors/code/tsconfig.eslint.json
Auto merge of #13647 - nyz93:fix/tuple-to-named-struct, r=Veykril
[rust.git] / editors / code / tsconfig.eslint.json
1 // Special typescript project file, used by eslint only.
2 {
3     "extends": "./tsconfig.json",
4     "include": [
5         // repeated from base config's "include" setting
6         "src",
7         "tests",
8         // these are the eslint-only inclusions
9         ".eslintrc.js"
10     ]
11 }