diff --git a/README.md b/README.md index 3b5dc18a..d4cffd17 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,21 @@ If you are interested in the details, you can watch those two conference talks: +A few of the [many projects](https://www.npmjs.com/browse/depended/prettier) using Prettier[\*\*](#using-footnote): + + + + + + + + + + + + +

React
React

Jest
Jest

Yarn
Yarn

Babel
Babel

Zeit
Zeit

Webpack-cli
Webpack-cli

+ 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 @@ -123,6 +138,8 @@ into account, wrapping code when necessary. original styling is preserved when practical—see [empty lines] and [multi-line objects]._ +\*\*_See Issue #1351 for discussion about how these projects using Prettier were chosen._ + [empty lines]:Rationale.md#empty-lines [multi-line objects]:Rationale.md#multi-line-objects diff --git a/images/babel-200x100.png b/images/babel-200x100.png new file mode 100644 index 00000000..c80a9e73 Binary files /dev/null and b/images/babel-200x100.png differ diff --git a/images/jest-200x100.png b/images/jest-200x100.png new file mode 100644 index 00000000..d5f7825d Binary files /dev/null and b/images/jest-200x100.png differ diff --git a/images/react-200x100.png b/images/react-200x100.png new file mode 100644 index 00000000..f9fd2d10 Binary files /dev/null and b/images/react-200x100.png differ diff --git a/images/webpack-200x100.png b/images/webpack-200x100.png new file mode 100644 index 00000000..1000aa79 Binary files /dev/null and b/images/webpack-200x100.png differ diff --git a/images/yarn-200x100.png b/images/yarn-200x100.png new file mode 100644 index 00000000..140dd929 Binary files /dev/null and b/images/yarn-200x100.png differ diff --git a/images/zeit-200x100.png b/images/zeit-200x100.png new file mode 100644 index 00000000..d128bc59 Binary files /dev/null and b/images/zeit-200x100.png differ