Make README more JavaScript agnostic (#1955)

- Prettier has grown into a more general tool.
master
Christian Hamburger Grøngaard 2017-06-04 13:24:18 +02:00 committed by Lucas Azzola
parent fed9f0f4eb
commit 41688901f2
1 changed files with 2 additions and 2 deletions

View File

@ -42,14 +42,14 @@ support for language features from:
* [TypeScript](https://www.typescriptlang.org/)
* CSS, [LESS](http://lesscss.org/), and [SCSS](http://sass-lang.com)
It removes all original styling[\*](#styling-footnote) and ensures that all outputted JavaScript
It removes all original styling[\*](#styling-footnote) and ensures that all outputted code
conforms to a consistent style. (See this [blog post](http://jlongster.com/A-Prettier-Formatter))
If you are interested in the details, you can watch those two conference talks:
<a href="https://www.youtube.com/watch?v=hkfBvpEfWdA"><img width="298" src="https://cloud.githubusercontent.com/assets/197597/24886367/dda8a6f0-1e08-11e7-865b-22492450f10f.png"></a> <a href="https://www.youtube.com/watch?v=0Q4kUNx85_4"><img width="298" src="https://cloud.githubusercontent.com/assets/197597/24886368/ddacd6f8-1e08-11e7-806a-9febd23cbf47.png"></a>
This goes way beyond [ESLint](http://eslint.org/) and other projects
In the case of JavaScript, this goes way beyond [ESLint](http://eslint.org/) and other projects
[built on it](https://github.com/feross/standard). Unlike ESLint,
there aren't a million configuration options and rules. But more
importantly: **everything is fixable**. This works because Prettier