Skip to content

Commit 284b95f

Browse files
authored
Add "Formatting" to contents
1 parent cc57b05 commit 284b95f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If your company is exploring a modern JavaScript stack as well, you may find thi
3939
- [Testing](#testing---jest--enzyme)
4040
- [Linting JavaScript](#linting-javascript---eslint)
4141
- [Linting CSS](#linting-css---stylelint)
42+
- [Formatting Code](#formatting-code---prettier)
4243
- [Types](#types---flow)
4344
- [Build System](#build-system---webpack)
4445
- [Package Management](#package-management---yarn)
@@ -299,7 +300,7 @@ One downside of stylelint is that the autofix feature is not fully mature yet, a
299300
- [Sass Lint](https://github.com/sasstools/sass-lint)
300301
- [CSS Lint](http://csslint.net/)
301302

302-
## Code Formatter - Prettier
303+
## Formatting Code - Prettier
303304

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

0 commit comments

Comments
 (0)