Is your feature request related to a problem?
Right now we have a few pre-commit hooks to check for linting type issues. However if an issue is found, a manual fix is needed.
Describe the solution you'd like
It might be possible to turn some of these into a Prettier Spec to have them automatically be fixed.
Alternatives Considered
n/a
Additional Context
Our current pre-commit config can be found at https://github.com/Open-Model-Initiative/OMI-Data-Pipeline/blob/main/.pre-commit-config.yaml
Is your feature request related to a problem?
Right now we have a few pre-commit hooks to check for linting type issues. However if an issue is found, a manual fix is needed.
Describe the solution you'd like
It might be possible to turn some of these into a Prettier Spec to have them automatically be fixed.
Alternatives Considered
n/a
Additional Context
Our current pre-commit config can be found at https://github.com/Open-Model-Initiative/OMI-Data-Pipeline/blob/main/.pre-commit-config.yaml