linters icon indicating copy to clipboard operation
linters copied to clipboard

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

Open evoytenkoapps opened this issue 3 years ago • 2 comments

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

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

evoytenkoapps avatar Aug 16 '22 12:08 evoytenkoapps

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

XamzatJR avatar Oct 17 '22 19:10 XamzatJR

@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.

splincode avatar Oct 18 '22 05:10 splincode