-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuelocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
Description
Suggestion
The base repo has the version prettier
fixed at 3.5.0
, while the version listed in the eslint-plugin
package is listed as ^3.5.3
. This causes WebStorm to keep pointing out that, indeed, the dependency needs to be updated.
The version for eslint-plugin
should be changed to *
, just like all¹ the other dev dependencies that are shared by both the root repository and a package.
Additional Info
¹ Almost all. vitest
isn't, but it's the same version required for both the root repo and eslint-plugin
(^3.1.3
)
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuelocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs