[6.x] [tslint] enable no-default-export rule (#20952) (#20961)

Backports the following commits to 6.x:
 - [tslint] enable no-default-export rule  (#20952)
This commit is contained in:
Spencer 2018-07-18 20:53:09 -07:00 committed by GitHub
parent 8ea7af9511
commit 17694da5be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ rules:
no-unused-variable: true
object-literal-sort-keys: false
interface-name: false
no-default-export: true
require-license-header:
- true
- |-