diff --git a/tslint.json b/tslint.json index cb979f920a..3da57d1a2f 100644 --- a/tslint.json +++ b/tslint.json @@ -23,6 +23,9 @@ "file-name-casing": [true, "kebab-case"], "interface-name": [true, "always-prefix"], "ordered-imports": true, + "no-default-export": true, + "arrow-return-shorthand": true, + "variable-name": [true, "ban-keywords", "check-format"], // Functional Programming Rules "no-parameter-reassignment": true, "readonly-keyword": true,