瀏覽代碼

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",
   "undef": false,
   "unused": true,
-  "strict": false,
+  "strict": true,
   "trailing": true,
   "smarttabs": true,
   "globals": {