10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199863d commit c82d121Copy full SHA for c82d121
packages/typescript-estree/src/parser-options.ts
@@ -146,8 +146,6 @@ export interface TSESTreeOptions {
146
* When passed with `project`, this allows the parser to create a catch-all, default program.
147
* This means that if the parser encounters a file not included in any of the provided `project`s,
148
* it will not error, but will instead parse the file and its dependencies in a new program.
149
- *
150
- * This
151
*/
152
createDefaultProgram?: boolean;
153
}
0 commit comments