소스 검색

Tslint update

sanex3339 7 년 전
부모
커밋
5c6f1b0fa2
3개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      package.json
  2. 1 0
      tslint.json
  3. 3 3
      yarn.lock

+ 1 - 1
package.json

@@ -70,7 +70,7 @@
     "sinon": "5.0.3",
     "threads": "0.11.0",
     "ts-node": "6.0.2",
-    "tslint": "5.9.1",
+    "tslint": "5.10.0",
     "tslint-eslint-rules": "5.1.0",
     "tslint-language-service": "0.9.9",
     "tslint-microsoft-contrib": "5.0.3",

+ 1 - 0
tslint.json

@@ -171,6 +171,7 @@
     "prefer-method-signature": true,
     "prefer-readonly": true,
     "prefer-template": true,
+    "prefer-while": true,
     "quotemark": false,
     "radix": true,
     "semicolon": [true, "always"],

+ 3 - 3
yarn.lock

@@ -5643,9 +5643,9 @@ [email protected]:
   dependencies:
     chalk "^2.1.0"
 
-tslint@5.9.1:
-  version "5.9.1"
-  resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
+tslint@5.10.0:
+  version "5.10.0"
+  resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.10.0.tgz#11e26bccb88afa02dd0d9956cae3d4540b5f54c3"
   dependencies:
     babel-code-frame "^6.22.0"
     builtin-modules "^1.1.1"