Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
It seems some type-aware rules are not emitting any errors in the playground.
Setting"@typescript-eslint/no-base-to-string": "error"
, and writing"" + {}
doesn't trigger errors.
Floating promises don't trigger errors.
Type-unaware rules do work.
Maybe I'm doing something wrong? It's at least confusing that configurations don't immediately trigger errors.