Skip to content

Commit 85274f0

Browse files
cyrilchaponjmcdo29
andauthored
New lines formatting
Co-authored-by: Jay McDoniel <[email protected]>
1 parent ce7f049 commit 85274f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/first-steps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ This command will watch your files, automatically recompiling and reloading the
120120
> info **Hint** Not sure about the role of formatters VS linters ? Learn the difference [here](https://prettier.io/docs/en/comparison.html).
121121
122122
##### IDE usage
123-
To ensure maximum stability and extensibility, we use raw [`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.
123+
124+
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.
124125

125126
> warning **Warning** A Nest project is not using [~~`prettier-eslint`~~](https://github.com/prettier/prettier-eslint) package, do not expect compatibility with extensions using it.
126127

0 commit comments

Comments
 (0)