Skip to content

Commit

Permalink
Add "Formatting" to contents
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Oct 1, 2017
1 parent cc57b05 commit 284b95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ If your company is exploring a modern JavaScript stack as well, you may find thi
- [Testing](#testing---jest--enzyme)
- [Linting JavaScript](#linting-javascript---eslint)
- [Linting CSS](#linting-css---stylelint)
- [Formatting Code](#formatting-code---prettier)
- [Types](#types---flow)
- [Build System](#build-system---webpack)
- [Package Management](#package-management---yarn)
Expand Down Expand Up @@ -299,7 +300,7 @@ One downside of stylelint is that the autofix feature is not fully mature yet, a
- [Sass Lint](https://github.com/sasstools/sass-lint)
- [CSS Lint](http://csslint.net/)

## Code Formatter - Prettier
## Formatting Code - Prettier

<img alt="Prettier Logo" src="https://cdn.rawgit.com/grab/front-end-guide/master/images/prettier-logo.png" width="256px" />

Expand Down

0 comments on commit 284b95f

Please sign in to comment.