Tinkoff / linters

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

ошибка в ридми #201

Open evoytenkoapps opened 1 year ago

evoytenkoapps commented 1 year ago

https://www.npmjs.com/package/@tinkoff/eslint-config

you should remove eslint, prettier, and @tinkoff/eslint-config internal dependencies from your project package.json. - сам конфиг-то удалять не нужно.

XamzatJR commented 1 year ago

Hi. Should I remove eslint config and plugins ("eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-prettier")?

splincode commented 1 year ago

@XamzatJR change

Package include eslint@7 and prettier@2 dependencies, so you should remove eslint, prettier, and @tinkoff/eslint-config internal dependencies from your project package.json.

to

Package include `eslint` and `prettier` dependencies, so you should remove eslint, prettier from your project `package.json` because those packages are transitive dependencies.