Skip to content

Commit 7318a54

Browse files
committed
fixed two more typos, yes its typos day
1 parent 04a91cf commit 7318a54

File tree

1 file changed

+1
-1
lines changed
  • app/web_development/tutorials/next-js-static-mdx-blog/linting-setup-using-eslint

1 file changed

+1
-1
lines changed

app/web_development/tutorials/next-js-static-mdx-blog/linting-setup-using-eslint/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ What this override does:
291291

292292
### Option 2: everything that is in option 1 + typescript code rules
293293

294-
I like option 2 best as it adds a lot of good rules that will check your typescript code and give you feedback if needed. If you too decide to use this option, but it finds too many problems in your code, then maybe set the rules to **warn** instead of **error** until you have time to fix problems that get reported. Later you can switch back to **error** to enforce the rules (or you might want to disactivate some of the rules completly)
294+
I like option 2 best as it adds a lot of good rules that will check your typescript code and give you feedback if needed. If you too decide to use this option, but it finds too many problems in your code, then maybe set the rules to **warn** instead of **error** until you have time to fix problems that get reported. Later you can switch back to **error** to enforce the rules (or you might want to deactivate some of the rules completely)
295295

296296
If you chose option 2 (the stricter version with more typescript-related rules), we first need to install the additional **@typescript-eslint/eslint-plugin** package, but to ensure that this package uses the same version as the **@typescript-eslint/parser** package, I recommend installing both, like so:
297297

0 commit comments

Comments
 (0)