Closed infinityl00p closed 5 years ago
Thanks for filing an issue!
The rule does not have a hard-coded violation type, therefore it may be a configuration error
If none of the above work and you still can't get the rule to show warnings, could you create a repository with the problem? I will be able to check it out 👀 thanks!
@infinityl00p Does the problem still occur? If yes, please take a look at my previous comment 🙂 If not, then let's close the issue.
I will close the issue if there is no answer in the next 2 days.
I am closing this issue due to lack of response from the author
Hi,
I've introduced this library to one of my projects. However, I'm having an issue with my config` file. It successfully shows errors, but it does not warn. Therefore I am unable to successfully run my app with "warning" mode enabled, because it continues showing errors in warning mode.
In my tslint.json, I have the following:
package versions: "tslint-react-hooks": "2.1.1", "react": "16.8.4", "typescript": "3.1.5",
Any help would be greatly appreciated!