We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e41f3 commit b442441Copy full SHA for b442441
1 file changed
package.json
@@ -170,6 +170,26 @@
170
"webpack-parallel-uglify-plugin": "^0.2.0"
171
},
172
"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
+ ],
193
"ignore": [
194
"lib/ot",
195
"public/vendor"
0 commit comments