소스 검색

chore(jshint): update jshintrc to use strict option

Estevão Soares dos Santos 10 년 전
부모
커밋
4a0e05900c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .jshintrc

+ 1 - 1
.jshintrc

@@ -14,7 +14,7 @@
   "quotmark": "single",
   "quotmark": "single",
   "undef": false,
   "undef": false,
   "unused": true,
   "unused": true,
-  "strict": false,
+  "strict": true,
   "trailing": true,
   "trailing": true,
   "smarttabs": true,
   "smarttabs": true,
   "globals": {
   "globals": {