Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
The base repo has the versionprettier
fixed at3.5.0
, while the version listed in theeslint-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 foreslint-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 andeslint-plugin
(^3.1.3
)