Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c740df

Browse files
JoshuaKGoldbergbradzacher
andauthoredApr 15, 2024··
Update packages/typescript-estree/src/create-program/createProjectProgram.ts
Co-authored-by: Brad Zacher <[email protected]>
1 parent 2004a86 commit 5c740df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎packages/typescript-estree/src/create-program/createProjectProgram.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ function createProjectProgram(
3535
getAstFromProgram(currentProgram, parseSettings.filePath),
3636
);
3737

38-
// The file was either matched within the tsconfig, or we allow creating a default program
39-
// eslint-disable-next-line deprecation/deprecation -- will be cleaned up with the next major
38+
// The file was matched within the tsconfig
4039
if (astAndProgram) {
4140
return astAndProgram;
4241
}

0 commit comments

Comments
 (0)
Please sign in to comment.