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
Suggestion
Our.eslintrc.js
generally has a line that looks something like:
typescript-eslint/.eslintrc.js
Lines 56 to 58 in593d37f
// TODO(#7138): Investigate enabling these soon ✨ | |
'@typescript-eslint/consistent-indexed-object-style':'off', | |
'@typescript-eslint/prefer-nullish-coalescing':'off', |
Filing this tracking issue to investigate enabling them. For each, we'll want to:
- Try enabling it in a commit/branch/PR
- Fix up any legitimate complaints it points out
- If it points too many things incorrectly, either:
- File bug/feature issues on the rule to help it improve
- Keep it disabled altogether