Describe the feature
In order to have a consistent formatting I'm using eslint and prettier to format the code. For XML files, the prettier/xml formatter is not the best in regards to UI5. I'm not sure if there is already a possibilty to format the XML files, but for now, npx ui5linter only shows the errors. Would be nice to have something like npx ui5linter --format *.xml.
Describe the feature In order to have a consistent formatting I'm using eslint and prettier to format the code. For XML files, the prettier/xml formatter is not the best in regards to UI5. I'm not sure if there is already a possibilty to format the XML files, but for now,
npx ui5linter
only shows the errors. Would be nice to have something likenpx ui5linter --format *.xml
.