Kaynağa Gözat

chore(jshint): update jshintrc to use strict option

Estevão Soares dos Santos 10 yıl önce
ebeveyn
işleme
4a0e05900c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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": {