Skip to content

Commit

Permalink
docs: Add eslint-config-turbo bump to uprade guide. (#9391)
Browse files Browse the repository at this point in the history
### Description

We were missing the guidance to make sure that ESLint got upgraded. This
fixes it!

### Testing Instructions

👀
  • Loading branch information
anthonyshew authored Nov 6, 2024
1 parent 98ce38f commit c6e651a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/repo-docs/crafting-your-repository/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ Turborepo 2.0 requires that your Workspace define this field as a way to improve
</Tab>
</PackageManagerTabs>

</Step>
<Step>

### Update `eslint-config-turbo`

[`eslint-config-turbo`](/repo/docs/reference/eslint-config-turbo) helps identify environment variables that need to be added to the [`env`](/repo/docs/reference/configuration#env) key for caching. If you're using it, make sure you update it to match your major version.

</Step>

<Step>
Expand Down

0 comments on commit c6e651a

Please sign in to comment.