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 19103fe commit 2220bb8Copy full SHA for 2220bb8
packages/typescript-estree/src/parseSettings/warnAboutTSVersion.ts
@@ -6,7 +6,7 @@ import type { ParseSettings } from './index';
6
* This needs to be kept in sync with /docs/users/Versioning.mdx
7
* in the typescript-eslint monorepo
8
*/
9
-const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.3.5 <5.4.0';
+const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.3.5 <5.3.0';
10
11
/*
12
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
0 commit comments