summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMax Wu2017-03-14 23:11:56 +0800
committerGitHub2017-03-14 23:11:56 +0800
commitf6bd238b0f1a0284979d01cebb984b146e0d3d7e (patch)
tree990fd87e28149c9e2dd992a9fb813fa212ad61ef /package.json
parentf55a4b8497ad3e21637769f9de7e600a40dd1189 (diff)
parent24f1413654947a00ed81c5480164eca25b531e51 (diff)
Merge pull request #387 from hackmdio/cm-refactor
Extract CodeMirror instance
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
index e56ac525..cb65eac0 100644
--- a/package.json
+++ b/package.json
@@ -169,6 +169,27 @@
"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",
+ "inlineAttachment"
+ ],
"ignore": [
"lib/ot",
"public/vendor"