Closed HenriqueSilverio closed 9 years ago
Some JSHint options used, are marked as deprecated in favor of JSCS.
This updates for these new directions... =]
Additionally, sets properties in the globals options to false, to prevent unexpected attributions to these globals.
globals
false
Edit:
Thanks!
Coverage remained the same at 84.44% when pulling 375aac18fd8d2ca82ccd7c765b9e7f01bde0e015 on HenriqueSilverio:code-style into 27b4dd6ecdda19a3d956ad7e13ba16c87a22e375 on leobalter:master.
the CI failure was due to some Travis issue.
thanks!
Some JSHint options used, are marked as deprecated in favor of JSCS.
This updates for these new directions... =]
Additionally, sets properties in the
globals
options tofalse
, to prevent unexpected attributions to these globals.Edit:
Thanks!