mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
move strict tsconfig closer to the prompt files source code and add missing documentation comments
This commit is contained in:
@@ -1445,10 +1445,7 @@ export default tseslint.config(
|
||||
languageOptions: {
|
||||
parser: tseslint.parser,
|
||||
parserOptions: {
|
||||
project: [
|
||||
// TODO: @lego - check if needed
|
||||
'src/tsconfig.strict.json',
|
||||
],
|
||||
project: 'src/vs/platform/prompts/tsconfig.strict.json',
|
||||
}
|
||||
},
|
||||
plugins: {
|
||||
|
||||
Reference in New Issue
Block a user