You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
I went to add // eslint-disable-next-line over the customJsonData: any; but by itself that doesn't do anything. I found this comment but I have no idea how to find the ESLint rule name from this output:
./src/App.tsx
[17, 15]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type, the empty type ('{}'), or suppress this occurence.
The suggestion to search for keywords to learn more about each warning is ridiculous, but that may be coming from CRA, I don't know. Either way there is no clear way to tell how what code does a rule I want to temporarily silence have. Can this be fixed in CRA TS or is this a problem in CRA itself?