We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Nx generate workspaces with eslint and prettier in dependencies.
eslint
prettier
@tinkoff/eslint-config has eslint and prettier in dependencies too, and recommends users to prevent install this packages.
@tinkoff/eslint-config
So, it's easy to have missmatched versions or duplicates of this packages.
Looks like the best solution is move eslint, prettier and other core dependencies of @tinkoff/eslint-config to peerDependencies
peerDependencies
Then we need to write a complete migration guider.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Nx generate workspaces with
eslint
andprettier
in dependencies.@tinkoff/eslint-config
haseslint
andprettier
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
topeerDependencies
Then we need to write a complete migration guider.
The text was updated successfully, but these errors were encountered: