An open API service indexing awesome lists of open source software.

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.

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.

[![Build Status](https://api.travis-ci.org/sosout/prettier-check-all.svg?branch=master)](https://travis-ci.org/sosout/prettier-check-all)
[![npm version](https://img.shields.io/npm/v/prettier-check-all.svg?style=flat)](https://www.npmjs.com/package/prettier-check-all)
[![Downloads/month](https://img.shields.io/npm/dm/prettier-check-all.svg)](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