mirror of https://github.com/status-im/codimd.git
Add standarjs globals
This commit is contained in:
parent
93e41f3a40
commit
b4424419c0
20
package.json
20
package.json
|
@ -170,6 +170,26 @@
|
||||||
"webpack-parallel-uglify-plugin": "^0.2.0"
|
"webpack-parallel-uglify-plugin": "^0.2.0"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
|
"globals": [
|
||||||
|
"$",
|
||||||
|
"CodeMirror",
|
||||||
|
"Cookies",
|
||||||
|
"moment", "editor",
|
||||||
|
"ui",
|
||||||
|
"Spinner",
|
||||||
|
"modeType",
|
||||||
|
"Idle",
|
||||||
|
"serverurl",
|
||||||
|
"key",
|
||||||
|
"gapi",
|
||||||
|
"Dropbox",
|
||||||
|
"FilePicker",
|
||||||
|
"ot",
|
||||||
|
"MediaUploader",
|
||||||
|
"hex2rgb",
|
||||||
|
"num_loaded",
|
||||||
|
"Visibility"
|
||||||
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"lib/ot",
|
"lib/ot",
|
||||||
"public/vendor"
|
"public/vendor"
|
||||||
|
|
Loading…
Reference in New Issue