فهرست منبع

Allow pascal-cased component names

Grant Nestor 6 سال پیش
والد
کامیت
479769843c
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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,