Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESLint: Set "no-unnecessary-condition" rule to warn
This adds "no-unnecessary-condition" and sets the output to warn. This should help us eliminate superfluous conditional chaining and uncover potentially faulty conditions. Docs: https://typescript-eslint.io/rules/no-unnecessary-condition/
- Loading branch information