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 2004a86 commit 5c740dfCopy full SHA for 5c740df
packages/typescript-estree/src/create-program/createProjectProgram.ts
@@ -35,8 +35,7 @@ function createProjectProgram(
35
getAstFromProgram(currentProgram, parseSettings.filePath),
36
);
37
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
+ // The file was matched within the tsconfig
40
if (astAndProgram) {
41
return astAndProgram;
42
}
0 commit comments