Comandeer / formatter

A simple JS/TS formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

A simple JS/TS formatter

License:MIT License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.5%Language:Shell 0.4%