Ver código fonte

chore(jshint): update jshintrc to use strict option

Estevão Soares dos Santos 10 anos atrás
pai
commit
4a0e05900c
1 arquivos alterados com 1 adições e 1 exclusões
  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": {