Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jul 6, 2023
1 parent 98fd80d commit 066c9ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ You can enable the plugin in VSCode by:
Now, when editing files, the custom plugin will be enabled. When running `next build`, the custom type checker will be used.

> **Good to know:**
>
> Prior to v13.4.0, VS Code would prompt users to enable the plugin when running `npm run dev` for the first time. However, this caused issues for some users and was removed until a better solution is implemented. Please follow the steps above to manually enable the plugin.
>
> Prior to v13.4.0, VS Code would prompt users to enable the plugin when running `npm run dev` for the first time. However, this caused issues for some users and was removed until a better solution is implemented. Please follow the steps above to manually enable the plugin.
### Plugin Features

Expand Down

0 comments on commit 066c9ee

Please sign in to comment.