allegro / allegro/typescript-strict-plugin
Commands do not parse correctly when the path contains parentheses.
Open
- Dominant language
- TypeScript
- Stars
- 397
- Forks
- 34
- PR merge metrics
- PR metrics pending
Description
In Next.js, it is a common usecase where paths contain parenthesis.
https://nextjs.org/docs/app/getting-started/project-structure#route-groups-and-private-folders
The current parsing algorithm of this plugin splits string with `(` which results in missing strict checks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.