1.0.0 • Published 8 years ago
prettier-std-cli v1.0.0
prettier-std-cli
Standalone CLI for standard-prettier-eslint
Formats your JavaScript using prettier followed by standard --fix
- prettier is a wonderful tool for code prettify.
- standard is
zero configuration paintool 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-std-cli -gUsage
Ex: package.json
"scripts": {
...
"lint": "standard --verbose | snazzy",
"format": "prettier-std --write '**/*.js'"
}If you don't like semicolons use semistandard version
Contributing
- Documentation improvement
- Feel free to send any PR
License
1.0.0
8 years ago