-
Notifications
You must be signed in to change notification settings - Fork 25
[feature] Support nx workspaces #125
Copy link
Copy link
Open
Description
Problem
Nx generate workspaces with eslint and prettier in dependencies.
@tinkoff/eslint-config has eslint and prettier in dependencies too, and recommends users to prevent install this packages.
So, it's easy to have missmatched versions or duplicates of this packages.
Solution
Looks like the best solution is move eslint, prettier and other core dependencies of @tinkoff/eslint-config to peerDependencies
Then we need to write a complete migration guider.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels