[feature] Support nx workspaces #125
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.
Metadata
Metadata
Assignees
Labels
No labels