Disable unsafe character check in jshint

This check is causing warnings on the Kannada translation.

// FREEBIE
pull/749/head
lilia 9 years ago
parent c327b1d955
commit 1eca153ced

@ -67,5 +67,6 @@
"worker" : false, "worker" : false,
"wsh" : false, "wsh" : false,
"yui" : false, "yui" : false,
"globals" : {} "globals" : {},
} "-W100" : true
}

Loading…
Cancel
Save