Parcourir la source

Allow pascal-cased component names

Grant Nestor il y a 6 ans
Parent
commit
479769843c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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,