Правильно ли я сказал, что невозможно использовать этот плагин eslint с tslint?
Я пытался добавить это в свой tslint.json:
"plugins": ["react-hooks"],
"rules: {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
Но я вижу следующие ошибки в консоли:
Could not find implementations for the following rules specified in the configuration:
react-hooks/rules-of-hooks
react-hooks/exhaustive-deps