iljapostnovs / ui5plugin-linter

Linter for UI5 projects
Apache License 2.0
12 stars 3 forks source link

Feature request: Support formatting from SAPUI5 Extension via npm script #130

Closed MichaelFlucher closed 1 year ago

MichaelFlucher commented 1 year ago

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.

iljapostnovs commented 1 year ago

Hi @MichaelFlucher Apologies for the delay.

XML moved to linter repo: Readme

Please check if it works for you

MichaelFlucher commented 1 year ago

Works pretty good, thank you 👍🏽