openapi-react-query-codegen icon indicating copy to clipboard operation
openapi-react-query-codegen copied to clipboard

Prettier not run on `api/queries`

Open sschuberth opened this issue 3 months ago • 1 comments

Describe the bug

With --format prettier, no formatting seems to happen for files generated in api/queries.

To Reproduce

Create a .prettierrc with some non-default formatting setting and run with --format prettier.

OpenAPI spec file

n/a

Expected behavior

File in api/queries should get formatted just like the ones in api/requests do.

Screenshots

n/a

  • OS: Linux and Windows
  • Version: v1.3.0

Additional context

The effect can be seen in https://github.com/eclipse-apoapsis/ort-server/pull/224/files.

sschuberth avatar May 15 '24 09:05 sschuberth