-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
When running npx frontend-dev on a react project you do want to setup additional react specific settings for eslint. WIth current setup you have to manually change it.
Describe the solution you'd like
It would be awesome if this project supports -r or --react flag to add react specific config
Describe alternatives you've considered
It would also be possible to detect if package.json has react in it and apply the appropriate config without user having to supply the flags manually
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers