Closed zwacky closed 7 years ago
/* jshint laxcomma:false */ or // jshint laxcomma:false
/* jshint laxcomma:false */
// jshint laxcomma:false
should be taken into account when linting. seen http://jshint.com/docs/ under "Inline Configuration"
Realized the issue sat behind the screen. It does work, it should read laxcomma:true.
laxcomma:true
/* jshint laxcomma:false */
or// jshint laxcomma:false
should be taken into account when linting. seen http://jshint.com/docs/ under "Inline Configuration"