prettier 1.13.4 → 1.14.0

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
@@ -15,6 +15,7 @@
15
15
  · GraphQL
16
16
  · JSON
17
17
  · Markdown
18
+ · YAML
18
19
  · <a href="https://prettier.io/docs/en/plugins.html">
19
20
  Your favorite language?
20
21
  </a>
@@ -22,18 +23,22 @@
22
23
  </p>
23
24
 
24
25
  <p align="center">
25
- <a href="https://gitter.im/jlongster/prettier">
26
- <img alt="Chat on Gitter" src="https://img.shields.io/gitter/room/jlongster/prettier.svg?style=flat-square">
27
- </a>
28
26
  <a href="https://travis-ci.org/prettier/prettier">
29
27
  <img alt="Travis CI Build Status" src="https://img.shields.io/travis/prettier/prettier/master.svg?style=flat-square&label=Travis+CI">
30
28
  </a>
31
29
  <a href="https://circleci.com/gh/prettier/prettier">
32
30
  <img alt="CircleCI Build Status" src="https://img.shields.io/circleci/project/github/prettier/prettier/master.svg?style=flat-square&label=CircleCI">
33
31
  </a>
32
+ <a href="https://ci.appveyor.com/project/prettier/prettier">
33
+ <img alt="AppVeyor Build Status" src="https://img.shields.io/appveyor/ci/prettier/prettier.svg?style=flat-square&label=AppVeyor">
34
+ </a>
34
35
  <a href="https://codecov.io/gh/prettier/prettier">
35
36
  <img alt="Codecov Coverage Status" src="https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square">
36
37
  </a>
38
+ <a href="https://twitter.com/acdlite/status/974390255393505280">
39
+ <img alt="Blazing Fast" src="https://img.shields.io/badge/speed-blazing%20%F0%9F%94%A5-brightgreen.svg?style=flat-square">
40
+ </a>
41
+ <br/>
37
42
  <a href="https://www.npmjs.com/package/prettier">
38
43
  <img alt="npm version" src="https://img.shields.io/npm/v/prettier.svg?style=flat-square">
39
44
  </a>
@@ -43,6 +48,9 @@
43
48
  <a href="#badge">
44
49
  <img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
45
50
  </a>
51
+ <a href="https://gitter.im/jlongster/prettier">
52
+ <img alt="Chat on Gitter" src="https://img.shields.io/gitter/room/jlongster/prettier.svg?style=flat-square">
53
+ </a>
46
54
  <a href="https://twitter.com/PrettierCode">
47
55
  <img alt="Follow Prettier on Twitter" src="https://img.shields.io/twitter/follow/prettiercode.svg?label=follow+prettier&style=flat-square">
48
56
  </a>