Closed trivikr closed 2 days ago
Fixes: https://github.com/bluesky-social/social-app/issues/6524
Warning is shown about lack about support limited to >=3.3.1 <5.2.0.
>=3.3.1 <5.2.0
$ yarn lint ... ✖ 154 problems (0 errors, 154 warnings) $ yarn list @typescript-eslint/parser ... └─ @typescript-eslint/parser@5.62.0
No warning shown about the TypeScript version support.
$ yarn lint ... ✖ 154 problems (0 errors, 154 warnings) $ yarn list @typescript-eslint/parser ... └─ @typescript-eslint/parser@7.18.0
Fixes: https://github.com/bluesky-social/social-app/issues/6524
Before
Warning is shown about lack about support limited to
>=3.3.1 <5.2.0
.After
No warning shown about the TypeScript version support.