10000 chore(typescript-estree): remove unfinished comment (#1770) · shishkin/typescript-eslint@c82d121 · GitHub
[go: up one dir, main page]

Skip to content

Commit c82d121

Browse files
chore(typescript-estree): remove unfinished comment (typescript-eslint#1770)
First introduced in typescript-eslint@25092fd#diff-77692ea88ea59620ee45bd60f573b4bcR150
1 parent 199863d commit c82d121

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/typescript-estree/src/parser-options.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ export interface TSESTreeOptions {
146146
* When passed with `project`, this allows the parser to create a catch-all, default program.
147147
* This means that if the parser encounters a file not included in any of the provided `project`s,
148148
* it will not error, but will instead parse the file and its dependencies in a new program.
149-
*
150-
* This
151149
*/
152150
createDefaultProgram?: boolean;
153151
}

0 commit comments

Comments
 (0)
0