diff --git a/tslint.yaml b/tslint.yaml index 9381ffc83aae2..629b48b6e8c43 100644 --- a/tslint.yaml +++ b/tslint.yaml @@ -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 - |-