Home

Awesome

prettier-semi-cli

Standalone CLI for semistandard-prettier-eslint

npm version npm downloads

Formats your JavaScript using prettier followed by semistandard --fix

The two packages are great and very well designed, that can be used together with a minimum effort

Installation

$ npm install prettier-semi-cli -g

Usage

Ex: package.json

"scripts": {
  ...
  "lint": "semistandard --verbose | snazzy",
  "format": "prettier-semi --write '**/*.js'"
}

If you don't like semicolons use standard version

Contributing

License

MIT