From e43746cfde844ca76cac7976bffbbadde49ff104 Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Thu, 19 Mar 2020 15:16:18 +1100 Subject: [PATCH] Remove unfinished comment line First introduced in https://github.com/typescript-eslint/typescript-eslint/commit/25092fdc5bd9d1bd90cf3cb8d37e420b6c2efef3#diff-77692ea88ea59620ee45bd60f573b4bcR150 --- packages/typescript-estree/src/parser-options.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/typescript-estree/src/parser-options.ts b/packages/typescript-estree/src/parser-options.ts index 2317a683abfe..73ea6ba3c04d 100644 --- a/packages/typescript-estree/src/parser-options.ts +++ b/packages/typescript-estree/src/parser-options.ts @@ -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; }