Browse Source

Allow pascal-cased component names

Grant Nestor 6 years ago
parent
commit
479769843c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tslint.json

+ 2 - 1
tslint.json

@@ -98,7 +98,8 @@
       true,
       "check-format",
       "allow-leading-underscore",
-      "ban-keywords"
+      "ban-keywords",
+      "allow-pascal-case"
     ],
     "whitespace": [
       true,