diff options
-rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json index 05789321..01c867df 100644 --- a/package.json +++ b/package.json @@ -170,6 +170,26 @@ "webpack-parallel-uglify-plugin": "^0.2.0" }, "standard": { + "globals": [ + "$", + "CodeMirror", + "Cookies", + "moment", "editor", + "ui", + "Spinner", + "modeType", + "Idle", + "serverurl", + "key", + "gapi", + "Dropbox", + "FilePicker", + "ot", + "MediaUploader", + "hex2rgb", + "num_loaded", + "Visibility" + ], "ignore": [ "lib/ot", "public/vendor" |