Skip to content

Commit b442441

Browse files
committed
Add standarjs globals
1 parent 93e41f3 commit b442441

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,26 @@
170170
"webpack-parallel-uglify-plugin": "^0.2.0"
171171
},
172172
"standard": {
173+
"globals": [
174+
"$",
175+
"CodeMirror",
176+
"Cookies",
177+
"moment", "editor",
178+
"ui",
179+
"Spinner",
180+
"modeType",
181+
"Idle",
182+
"serverurl",
183+
"key",
184+
"gapi",
185+
"Dropbox",
186+
"FilePicker",
187+
"ot",
188+
"MediaUploader",
189+
"hex2rgb",
190+
"num_loaded",
191+
"Visibility"
192+
],
173193
"ignore": [
174194
"lib/ot",
175195
"public/vendor"

0 commit comments

Comments
 (0)