Просмотр исходного кода

feat(tslint): remove two space requirements for comments

bergquist 9 лет назад
Родитель
Сommit
48a721e259
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

@@ -1,7 +1,7 @@
 {
   "rules": {
     "class-name": true,
-    "comment-format": [true, "check-space"],
+    "comment-format": [false, "check-space"],
     "curly": true,
     "eofline": true,
     "forin": false,