4.0.0-rc.0 • Published 3 years ago

@skyux-sdk/builder-code-formatter v4.0.0-rc.0

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

@skyux-sdk/builder-code-formatter

Formats local source code.

Installation

npm install --save-dev --save-exact @skyux-sdk/builder-code-formatter

Usage

skyux format

Formats all source files.

skyux format-check

Throws an error if any source file is not formatted correctly.

skyux format-setup

Adds the appropriate configuration to automatically format code when a file is saved.