Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TS version warning by updating @typescript-eslint/parser to v8.19.0
The current version did trigger the following warning whenever executing `yarn rw lint`: ============= WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0 YOUR TYPESCRIPT VERSION: 5.6.2 Please only submit bug reports when using the officially supported version.
- Loading branch information