@gambit-consulting/prettier-config-ui5
v1.0.0
Published
Configuration for UI5 projects
Downloads
3
Readme
Shareable prettier configuration for our UI5 projects
This config can format XML, TS, JS, JSON, YAML, HTML, CSS and many more files in your projects.
Install
Install prettier, the official prettier XML plugin and our config as a dev dependency.
npm i -D prettier @prettier/plugin-xml prettier-plugin-multiline-arrays @gambit-consulting/prettier-config-ui5
Usage
Add the following property to your package.json
"prettier": "@gambit-consulting/prettier-config-ui5",
Extend
This config can be extended in your project. Instructions can be found here.
A list of all options can be found here.