ソースを参照

adding some pre defined variables from common.js to the JSHint rules

El RIDO 8 年 前
コミット
49fffbb876
1 ファイル変更5 行追加0 行削除
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

@@ -23,6 +23,11 @@
     "globals": {
         "sjcl": false,
         "DOMPurify": false
+    },
+    "predef": {
+        "cleanup": true,
+        "jsc": false,
+        "jsdom": true
     }
 }