prettier 1.9.1 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Prettier Banner](https://raw.githubusercontent.com/prettier/prettier-logo/master/images/prettier-banner-dark.png)
1
+ ![Prettier Banner](https://raw.githubusercontent.com/prettier/prettier-logo/master/images/prettier-banner-light.png)
2
2
 
3
3
  <h2 align="center">Opinionated Code Formatter</h2>
4
4
 
@@ -10,6 +10,8 @@
10
10
  · CSS
11
11
  · SCSS
12
12
  · Less
13
+ · JSX
14
+ · Vue
13
15
  · GraphQL
14
16
  · JSON
15
17
  · Markdown
@@ -21,7 +23,7 @@
21
23
  <img alt="Gitter" src="https://img.shields.io/gitter/room/jlongster/prettier.svg?style=flat-square">
22
24
  </a>
23
25
  <a href="https://travis-ci.org/prettier/prettier">
24
- <img alt="Travis" src="https://img.shields.io/travis/prettier/prettier.svg?style=flat-square">
26
+ <img alt="Travis" src="https://img.shields.io/travis/prettier/prettier/master.svg?style=flat-square">
25
27
  </a>
26
28
  <a href="https://codecov.io/gh/prettier/prettier">
27
29
  <img alt="Codecov" src="https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square">
@@ -30,7 +32,7 @@
30
32
  <img alt="npm version" src="https://img.shields.io/npm/v/prettier.svg?style=flat-square">
31
33
  </a>
32
34
  <a href="https://www.npmjs.com/package/prettier">
33
- <img alt="npm version" src="https://img.shields.io/npm/dm/prettier.svg?style=flat-square">
35
+ <img alt="monthly downloads" src="https://img.shields.io/npm/dm/prettier.svg?style=flat-square">
34
36
  </a>
35
37
  <a href="#badge">
36
38
  <img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
@@ -62,7 +64,7 @@ foo(
62
64
  );
63
65
  ```
64
66
 
65
- Prettier can be ran [in your editor](http://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit comment on a code review ever again!
67
+ Prettier can be run [in your editor](http://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again!
66
68
 
67
69
  ---
68
70