浏览代码

Disable unsafe character check in jshint

This check is causing warnings on the Kannada translation.

// FREEBIE
lilia 8 年之前
父节点
当前提交
1eca153ced
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .jshintrc

+ 3 - 2
.jshintrc

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