Skip to content

Commit f7eaf7a

Browse files
author
Cyril CHAPON
committed
docs(linting-formatting): Fix formatter and linter order respectively
1 parent edf6a68 commit f7eaf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This command will watch your files, automatically recompiling and reloading the
115115

116116
#### Linting / formatting
117117

118-
[Nest CLI](/cli/overview) provides best effort to scaffold a reliable development workflow at scale. Thus, a generated Nest project comes with both a code **formatter** and **linter** preinstalled (respectively [eslint](https://eslint.org/) and [prettier](https://prettier.io/)).
118+
[Nest CLI](/cli/overview) provides best effort to scaffold a reliable development workflow at scale. Thus, a generated Nest project comes with both a code **linter** and **formatter** preinstalled (respectively [eslint](https://eslint.org/) and [prettier](https://prettier.io/)).
119119

120120
> info **Hint** Not sure about the role of formatters VS linters ? Learn the difference [here](https://prettier.io/docs/en/comparison.html).
121121

0 commit comments

Comments
 (0)