eslint

I am failing to see a repository using the following:

    'plugin:@typescript-eslint/recommended-type-checked',
    'plugin:@typescript-eslint/stylistic-type-checked',


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 rules
Was this page helpful?