syndesisio / syndesis-ui

The front end application or UI for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis.io/
14 stars 28 forks source link

Reformat code base to comply with both prettier & tslint #1220

Closed kahboom closed 6 years ago

kahboom commented 6 years ago

As they are not currently aligned--if you run yarn format, which is quite useful for complying with style guidelines, yarn lint will fail due to discrepancies in the rules (e.g. semicolon). Also, much of the code base does not currently use the Prettier styling we have defined, so they need to be updated.