bySabi / prettier-semi-cli

Standalone CLI for prettier -> semistandard --fix -> Formatted Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prettier-semi-cli

Standalone CLI for semistandard-prettier-eslint

npm version npm downloads

Formats your JavaScript using prettier followed by semistandard --fix

  • prettier is a wonderful tool for code prettify.
  • semistandard is zero configuration pain tool based on ESLint.

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

  • Documentation improvement
  • Feel free to send any PR

License

MIT

About

Standalone CLI for prettier -> semistandard --fix -> Formatted Code

License:MIT License


Languages

Language:JavaScript 100.0%