Explorar o código

chore(jshint): update jshintrc to use strict option

Estevão Soares dos Santos %!s(int64=10) %!d(string=hai) anos
pai
achega
4a0e05900c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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": {