eslint
I am failing to see a repository using the following:
I throw this in project, and got hundreds of error. The most i saw are:
- @typescript-eslint/no-floating-promises ( I mean, using a simple
router.push
generates an error)
- @typescript-eslint/no-unsafe-assignment
I mean they are valid errors, but meh
So far I failed to see an app using those rules0 Replies