Skip to content

Commit

Permalink
[6.x] [tslint] enable no-default-export rule (#20952) (#20961)
Browse files Browse the repository at this point in the history
Backports the following commits to 6.x:
 - [tslint] enable no-default-export rule  (#20952)
  • Loading branch information
Spencer authored Jul 19, 2018
1 parent 8ea7af9 commit 17694da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- |-
Expand Down

0 comments on commit 17694da

Please sign in to comment.