Pārlūkot izejas kodu

feat(tslint): remove two space requirements for comments

bergquist 9 gadi atpakaļ
vecāks
revīzija
48a721e259
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,