Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tslint] enable no-default-export rule (#20952)
Just like our ESLint rules, I think we should enforce named exports over default exports via TSLint. No changes to the code were necessary because of this linting rule because everyone is already following the pattern we established with ESLint, but TSLint wasn't actually verifying the pattern.
- Loading branch information