Closed
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
)