Prechádzať zdrojové kódy

feat(tslint): remove two space requirements for comments

bergquist 9 rokov pred
rodič
commit
48a721e259
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,