Skip to content

Commit d88d477

Browse files
authored
Merge pull request #3357 from Yisaaaa/patch-5
Update part3d.md
2 parents 69c1241 + 1bc19f7 commit d88d477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Lint has quite a lot to say about our code:
306306

307307
Let's not fix these issues just yet.
308308

309-
A better alternative to executing the linter from the command line is to configure a <i>eslint-plugin</i> to the editor, that runs the linter continuously. By using the plugin you will see errors in your code immediately. You can find more information about the Visual Studio ESLint plugin [here](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
309+
A better alternative to executing the linter from the command line is to configure an <i>eslint-plugin</i> to the editor, that runs the linter continuously. By using the plugin you will see errors in your code immediately. You can find more information about the Visual Studio ESLint plugin [here](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
310310

311311
The VS Code ESlint plugin will underline style violations with a red line:
312312

0 commit comments

Comments
 (0)