Skip to content

Commit 2220bb8

Browse files
Revert warnAboutTSVersion range
1 parent 19103fe commit 2220bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/typescript-estree/src/parseSettings/warnAboutTSVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { ParseSettings } from './index';
66
* This needs to be kept in sync with /docs/users/Versioning.mdx
77
* in the typescript-eslint monorepo
88
*/
9-
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.3.5 <5.4.0';
9+
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.3.5 <5.3.0';
1010

1111
/*
1212
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one

0 commit comments

Comments
 (0)