/formatter

A simple JS/TS formatter

Primary LanguageTypeScriptMIT LicenseMIT

@comandeer/formatter

Build Status codecov npm (scoped)

Super opinionated JS/TS formatter using Babel.

Installation

npm install @comandeer/formatter --save-dev

Usage

Just make it a npm script:

"scripts": {
	"format": "cfmt"
}

Configuration

No configuration. If you don't want to format your code like Comandeer, it's not a package for you.

License

See LICENSE file for details.