https://github.com/xiubug/prettier-check-all
Check that all files match prettier code style.
https://github.com/xiubug/prettier-check-all
ci cli code-style formatter linitng lint nodejs prettier style
Last synced: about 2 months ago
JSON representation
Check that all files match prettier code style.
- Host: GitHub
- URL: https://github.com/xiubug/prettier-check-all
- Owner: xiubug
- License: mit
- Created: 2019-01-03T09:25:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T07:51:35.000Z (over 7 years ago)
- Last Synced: 2025-10-27T17:59:01.564Z (7 months ago)
- Topics: ci, cli, code-style, formatter, linitng, lint, nodejs, prettier, style
- Language: JavaScript
- Size: 85 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| index | [prettier-c] | [prettier-f] |
|-------|---------------|---------|
# prettier-check-all
> Check that all files match [prettier](https://github.com/prettier/prettier) code style.
[](https://travis-ci.org/sosout/prettier-check-all)
[](https://www.npmjs.com/package/prettier-check-all)
[](http://www.npmtrends.com/prettier-check-all)
## đź’ż Installation
```bash
$ npm install --save-dev prettier prettier-check-all
# or
$ yarn add prettier prettier-check-all --dev
```
> It requires `Node@>=6` and have `prettier as a dependency (or globally)`.
## đź“– Usage
### CLI Commands
This `prettier-check-all` package provides 2 CLI commands.
- [prettier-c]
- [prettier-f]
## 🍻 Contributing
Welcome♡
### Bug Reports or Feature Requests
Please use GitHub Issues.
### Correct Documents
Please use GitHub Pull Requests.
I'm not familiar with English, so I especially thank you for documents' corrections.
### Implementing
Please use GitHub Pull Requests.
[prettier-c]: docs/prettier-c.md
[prettier-f]: docs/prettier-f.md
## Inspired
- [hexacta/prettier-check](https://github.com/hexacta/prettier-check)
- [chenshuai2144/prettier-check](https://github.com/chenshuai2144/prettier-check)
## License
MIT