Disable unsafe character check in jshint
This check is causing warnings on the Kannada translation. // FREEBIE
This commit is contained in:
parent
c327b1d955
commit
1eca153ced
1 changed files with 3 additions and 2 deletions
|
@ -67,5 +67,6 @@
|
||||||
"worker" : false,
|
"worker" : false,
|
||||||
"wsh" : false,
|
"wsh" : false,
|
||||||
"yui" : false,
|
"yui" : false,
|
||||||
"globals" : {}
|
"globals" : {},
|
||||||
}
|
"-W100" : true
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue