Skip to content

Commit

Permalink
chore(typescript-estree): remove unfinished comment (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Mazurok committed Mar 19, 2020
1 parent 199863d commit c82d121
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/typescript-estree/src/parser-options.ts
Expand Up @@ -146,8 +146,6 @@ export interface TSESTreeOptions {
* When passed with `project`, this allows the parser to create a catch-all, default program.
* This means that if the parser encounters a file not included in any of the provided `project`s,
* it will not error, but will instead parse the file and its dependencies in a new program.
*
* This
*/
createDefaultProgram?: boolean;
}
Expand Down

0 comments on commit c82d121

Please sign in to comment.