Tinkoff / linters

Tinkoff ESlint, Stylelint and Prettier linter configurations
Apache License 2.0
124 stars 24 forks source link

peerDependencies conflicts in @tinkoff/eslint-config-angular #233

Open DerSizeS opened 1 year ago

DerSizeS commented 1 year ago

When using v1.51.0 of @tinkoff/eslint-config-angular following errors are occurs

with eslint 7.x - requires a peer of eslint@^8.0.0 but none is installed with eslint 8.x - requires a peer of eslint@^5.0.0 || ^6.0.0 || ^7.0.0 but none is installed.