Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 23, 2023
2 parents c37e26d + cb2b56e commit 1be2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This command will watch your files, automatically recompiling and reloading the

[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/)).

> info **Hint** Not sure about the role of formatters VS linters ? Learn the difference [here](https://prettier.io/docs/en/comparison.html).
> info **Hint** Not sure about the role of formatters vs linters? Learn the difference [here](https://prettier.io/docs/en/comparison.html).
To ensure maximum stability and extensibility, we use the base [`eslint`](https://www.npmjs.com/package/eslint) and [`prettier`](https://www.npmjs.com/package/prettier) cli packages. This setup allows neat IDE integration with official extensions by design.

Expand Down

0 comments on commit 1be2078

Please sign in to comment.