1.0.0 • Published 2 years ago

@gambit-consulting/prettier-config-ui5 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.