Disable unsafe character check in jshint

This check is causing warnings on the Kannada translation.

// FREEBIE
This commit is contained in:
lilia 2016-03-03 07:11:01 -08:00
parent c327b1d955
commit 1eca153ced

View file

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