-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
needs: triageNew issues get this label. Remove it after triageNew issues get this label. Remove it after triage
Description
Which project is this feature idea for?
Turborepo
Describe the feature you'd like to request
Turbo uses a jsonc parser (#1472) to support comments in the config file, but IDEs/editors might warn about comments not being allowed in JSON. Changing the extension will tell them that an alternative JSON syntax is being used.
Describe the solution you'd like
If there is no turbo.json
file, turbo will look for a turbo.jsonc
file and use that.
Describe alternatives you've considered
Changing IDE settings, removing comments or living with the warnings are all acceptable workarounds, but it would be nice to have this feature.
Metadata
Metadata
Assignees
Labels
needs: triageNew issues get this label. Remove it after triageNew issues get this label. Remove it after triage