We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f55a4b8 + 24f1413 commit f6bd238Copy full SHA for f6bd238
6 files changed
.editorconfig
@@ -3,7 +3,7 @@ root = true
3
# Tab indentation
4
[*]
5
indent_style = space
6
-indent_size = 4
+indent_size = 2
7
trim_trailing_whitespace = true
8
insert_final_newline = true
9
package.json
@@ -169,6 +169,27 @@
169
"webpack-parallel-uglify-plugin": "^0.2.0"
170
},
171
"standard": {
172
+ "globals": [
173
+ "$",
174
+ "CodeMirror",
175
+ "Cookies",
176
+ "moment", "editor",
177
+ "ui",
178
+ "Spinner",
179
+ "modeType",
180
+ "Idle",
181
+ "serverurl",
182
+ "key",
183
+ "gapi",
184
+ "Dropbox",
185
+ "FilePicker",
186
+ "ot",
187
+ "MediaUploader",
188
+ "hex2rgb",
189
+ "num_loaded",
190
+ "Visibility",
191
+ "inlineAttachment"
192
+ ],
193
"ignore": [
194
"lib/ot",
195
"public/vendor"
0 commit comments