EvgenyOrekhov / eslint-config-hardcore

The most strict (yet practical) ESLint config. 53 plugins. 1342 rules. React, Vue, Node, and pure JS/TS.

Home Page:https://www.npmjs.com/package/eslint-config-hardcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable `import/no-deprecated` because it's superseded by `etc/no-deprecated`

EvgenyOrekhov opened this issue · comments

Only for TS, because etc/no-deprecated is enabled only for TS.