This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@brandyscarney says: > here are the ones I ran into issues with in the framework: > > * `no-unnecessary-type-assertion` is throwing errors when we cast as an HTMLElement - which is necessary because otherwise it queries as an `Element` and throws errors that the properties don’t exist, this is a bug in TS: palantir/tslint#3540 > * `prefer-for-of` is throwing errors on node lists which is also a bug: palantir/tslint#2927 > * `no-conditional-assignment` is used in DOM controller
- Loading branch information