소스 검색

feat(tslint): remove two space requirements for comments

bergquist 9 년 전
부모
커밋
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,