Skip to content

Prettier: use CLI instead node API, to fix overrides

What does this MR do?

Rewrite the prettier commands with a bash script instead of node, because:

  1. it is shorter
  2. using the CLI is better than using the node API, because the node API does not respect overrides.

Are there points in the code the reviewer needs to double check?

Windows !?

Why was this MR needed?

To fix #44771 (closed)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #44771 (closed)

Edited by Lukas Eipert

Merge request reports

Loading