Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 338.85 KB | None | 0 0
  1. There are a lot of lint errors for all Apps Script files.
  2.  
  3. ```
  4. ✖ 4772 problems (4772 errors, 0 warnings)
  5. 4024 errors, 0 warnings potentially fixable with the `--fix` option.
  6. ```
  7.  
  8. Full report:
  9.  
  10. ```
  11. apps-script-samples/adminSDK/directory/quickstart.gs
  12. 17:1 error Missing JSDoc comment require-jsdoc
  13. 21:21 error Missing trailing comma comma-dangle
  14.  
  15. apps-script-samples/adminSDK/reports/quickstart.gs
  16. 17:1 error Missing JSDoc comment require-jsdoc
  17. 21:19 error Missing trailing comma comma-dangle
  18. 23:86 error Missing semicolon semi
  19.  
  20. apps-script-samples/adminSDK/reseller/quickstart.gs
  21. 17:1 error Missing JSDoc comment require-jsdoc
  22. 19:19 error Missing trailing comma comma-dangle
  23.  
  24. apps-script-samples/android/mobile-translate/Code.gs
  25. 100:7 error Expected an object to be thrown no-throw-literal
  26. 104:5 error Expected an object to be thrown no-throw-literal
  27. 121:53 error Missing trailing comma comma-dangle
  28. 173:7 error Expected an object to be thrown no-throw-literal
  29. 173:13 error Strings must use singlequote quotes
  30.  
  31. apps-script-samples/calendar/quickstart/quickstart.gs
  32. 27:25 error Missing trailing comma comma-dangle
  33.  
  34. apps-script-samples/calendar/vacationCalendar/vacationCalendar.gs
  35. 57:31 error Missing trailing comma comma-dangle
  36. 77:60 error Missing whitespace after semicolon semi-spacing
  37. 80:1 error Missing JSDoc return type valid-jsdoc
  38. 84:4 error Missing JSDoc parameter type for 'user' valid-jsdoc
  39. 85:4 error Missing JSDoc parameter type for 'keyword' valid-jsdoc
  40. 86:4 error Missing JSDoc parameter type for 'start' valid-jsdoc
  41. 87:4 error Missing JSDoc parameter type for 'end' valid-jsdoc
  42. 88:4 error Missing JSDoc parameter type for 'opt_since' valid-jsdoc
  43. 96:22 error Missing trailing comma comma-dangle
  44. 135:1 error Missing JSDoc return type valid-jsdoc
  45. 140:3 error Split 'var' declarations into multiple statements one-var
  46. 148:32 error Missing trailing comma comma-dangle
  47. 163:1 error Missing JSDoc return type valid-jsdoc
  48. 166:4 error Missing JSDoc parameter type for 'date' valid-jsdoc
  49. 173:1 error Missing JSDoc return type valid-jsdoc
  50. 177:4 error Missing JSDoc parameter type for 'start' valid-jsdoc
  51. 178:4 error Missing JSDoc parameter type for 'now' valid-jsdoc
  52. 179:4 error Use @return instead valid-jsdoc
  53.  
  54. apps-script-samples/classroom/quickstart/quickstart.gs
  55. 22:17 error Missing trailing comma comma-dangle
  56.  
  57. apps-script-samples/docs/cursorInspector/cursorInspector.gs
  58. 58:63 error Missing trailing comma comma-dangle
  59. 68:70 error Missing trailing comma comma-dangle
  60. 69:10 error Missing semicolon semi
  61. 70:9 error Missing trailing comma comma-dangle
  62. 71:6 error Missing semicolon semi
  63.  
  64. apps-script-samples/docs/dialog2sidebar/Code.gs
  65. 37:1 error Missing JSDoc @return for function valid-jsdoc
  66. 51:1 error Missing JSDoc @return for function valid-jsdoc
  67. 51:1 error Missing JSDoc for parameter 'filename' valid-jsdoc
  68.  
  69. apps-script-samples/docs/translate/translate.gs
  70. 101:7 error Expected an object to be thrown no-throw-literal
  71. 105:5 error Expected an object to be thrown no-throw-literal
  72. 122:53 error Missing trailing comma comma-dangle
  73. 149:51 error Missing trailing comma comma-dangle
  74. 169:7 error Expected an object to be thrown no-throw-literal
  75. 169:13 error Strings must use singlequote quotes
  76.  
  77. apps-script-samples/drive/activity/quickstart.gs
  78. 17:1 error Missing JSDoc comment require-jsdoc
  79. 19:5 error Inconsistently quoted property 'source' found quote-props
  80. 21:5 error Inconsistently quoted property 'pageSize' found quote-props
  81. 21:17 error Missing trailing comma comma-dangle
  82.  
  83. apps-script-samples/drive/quickstart/quickstart.gs
  84. 22:13 error Strings must use singlequote quotes
  85. 23:17 error Missing trailing comma comma-dangle
  86.  
  87. apps-script-samples/forms/notifications/notification.gs
  88. 37:14 error Multiline support is limited to browsers supporting ES5 only no-multi-str
  89. 37:14 error Strings must use singlequote quotes
  90. 132:31 error Missing trailing comma comma-dangle
  91. 234:43 error Missing trailing comma comma-dangle
  92. 275:43 error Missing trailing comma comma-dangle
  93. 304:43 error Missing trailing comma comma-dangle
  94.  
  95. apps-script-samples/gmail/add-ons/quickstart.gs
  96. 10:4 error Use @return instead valid-jsdoc
  97. 53:24 error A space is required after ',' comma-spacing
  98. 59:63 error Missing trailing comma comma-dangle
  99. 65:5 error Strings must use singlequote quotes
  100. 66:23 error Missing trailing comma comma-dangle
  101. 82:24 error Multiple spaces found before '// Default to ...' no-multi-spaces
  102. 101:16 error Strings must use singlequote quotes
  103.  
  104. apps-script-samples/gmail/mailmerge/mailmerge.gs
  105. 18:1 error Missing JSDoc comment require-jsdoc
  106. 27:46 error Strings must use singlequote quotes
  107. 47:24 error Strings must use singlequote quotes
  108. 62:1 error Missing JSDoc comment require-jsdoc
  109. 77:60 error Strings must use singlequote quotes
  110.  
  111. apps-script-samples/gmail/quickstart/quickstart.gs
  112. 23:16 error Strings must use singlequote quotes
  113. 25:16 error Strings must use singlequote quotes
  114. 28:18 error Strings must use singlequote quotes
  115.  
  116. apps-script-samples/gmail/sendingEmails/sendingEmails.gs
  117. 18:1 error Missing JSDoc comment require-jsdoc
  118. 20:22 error Multiple spaces found before '// First row o...' no-multi-spaces
  119. 21:22 error Multiple spaces found before '// Number of r...' no-multi-spaces
  120. 23:58 error Missing semicolon semi
  121. 26:3 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in
  122. 28:33 error Multiple spaces found before '// First colum...' no-multi-spaces
  123. 29:33 error Multiple spaces found before '// Second colu...' no-multi-spaces
  124. 30:19 error Strings must use singlequote quotes
  125. 39:18 error Strings must use singlequote quotes
  126. 41:1 error Missing JSDoc comment require-jsdoc
  127. 43:22 error Multiple spaces found before '// First row o...' no-multi-spaces
  128. 44:22 error Multiple spaces found before '// Number of r...' no-multi-spaces
  129. 46:58 error Missing semicolon semi
  130. 51:33 error Multiple spaces found before '// First colum...' no-multi-spaces
  131. 52:33 error Multiple spaces found before '// Second colu...' no-multi-spaces
  132. 53:33 error Multiple spaces found before '// Third colum...' no-multi-spaces
  133. 54:37 error Multiple spaces found before '// Prevents se...' no-multi-spaces
  134. 55:21 error Strings must use singlequote quotes
  135.  
  136. apps-script-samples/sheets/bracketmaker/bracketmaker.gs
  137. 26:1 error Missing JSDoc comment require-jsdoc
  138. 28:14 error Strings must use singlequote quotes
  139. 29:15 error There should be no space after '{' object-curly-spacing
  140. 29:23 error Strings must use singlequote quotes
  141. 29:55 error Strings must use singlequote quotes
  142. 29:71 error There should be no space before '}' object-curly-spacing
  143. 33:1 error Missing JSDoc comment require-jsdoc
  144. 56:1 error Line 56 exceeds the maximum line length of 100 max-len
  145. 56:20 error Strings must use singlequote quotes
  146. 61:20 error Strings must use singlequote quotes
  147. 109:1 error Missing JSDoc comment require-jsdoc
  148. 118:1 error Missing JSDoc comment require-jsdoc
  149.  
  150. apps-script-samples/sheets/customFunctions/customFunctions.gs
  151. 29:76 error Missing trailing comma comma-dangle
  152. 132:54 error Missing trailing comma comma-dangle
  153. 142:26 error Missing trailing comma comma-dangle
  154.  
  155. apps-script-samples/sheets/dateAddAndSubtract/dateAddAndSubtract.gs
  156. 74:22 error Use the rest parameters instead of 'arguments' prefer-rest-params
  157. 81:1 error Missing JSDoc @return for function valid-jsdoc
  158. 81:1 error Missing JSDoc for parameter 'date' valid-jsdoc
  159. 81:1 error Missing JSDoc for parameter 'unit' valid-jsdoc
  160. 81:1 error Missing JSDoc for parameter 'amount' valid-jsdoc
  161. 85:25 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  162. 102:22 error Use the rest parameters instead of 'arguments' prefer-rest-params
  163. 152:12 error Use the spread operator instead of '.apply()' prefer-spread
  164. 160:7 error Expected an object to be thrown no-throw-literal
  165. 165:18 error Missing semicolon semi
  166.  
  167. apps-script-samples/sheets/dateAddAndSubtract/moment.gs
  168. 1:1 error Expected space or tab after '//' in comment spaced-comment
  169. 2:1 error Expected space or tab after '//' in comment spaced-comment
  170. 3:1 error Expected space or tab after '//' in comment spaced-comment
  171. 4:1 error Expected space or tab after '//' in comment spaced-comment
  172. 5:1 error Expected space or tab after '//' in comment spaced-comment
  173. 32:1 error Line 32 exceeds the maximum line length of 100 max-len
  174. 32:12 error A space is required after ',' comma-spacing
  175. 32:15 error Missing space before opening brace space-before-blocks
  176. 32:15 error Statement inside of curly braces should be on next line brace-style
  177. 32:16 error Strings must use singlequote quotes
  178. 32:42 error Strings must use singlequote quotes
  179. 32:88 error Strings must use singlequote quotes
  180. 32:148 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  181. 32:148 error Missing semicolon semi
  182. 32:154 error A space is required after ',' comma-spacing
  183. 32:165 error Missing space before opening brace space-before-blocks
  184. 32:165 error Statement inside of curly braces should be on next line brace-style
  185. 32:166 error Strings must use singlequote quotes
  186. 32:178 error Missing whitespace after semicolon semi-spacing
  187. 32:179 error Missing JSDoc comment require-jsdoc
  188. 32:191 error Statement inside of curly braces should be on next line brace-style
  189. 32:191 error Missing space before opening brace space-before-blocks
  190. 32:199 error Use the spread operator instead of '.apply()' prefer-spread
  191. 32:212 error A space is required after ',' comma-spacing
  192. 32:213 error Use the rest parameters instead of 'arguments' prefer-rest-params
  193. 32:223 error Missing semicolon semi
  194. 32:223 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  195. 32:224 error Missing JSDoc comment require-jsdoc
  196. 32:224 error Expected space(s) before "function" keyword-spacing
  197. 32:237 error Statement inside of curly braces should be on next line brace-style
  198. 32:237 error Missing space before opening brace space-before-blocks
  199. 32:242 error Missing semicolon semi
  200. 32:242 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  201. 32:243 error Missing JSDoc comment require-jsdoc
  202. 32:243 error Expected space(s) before "function" keyword-spacing
  203. 32:256 error Statement inside of curly braces should be on next line brace-style
  204. 32:256 error Missing space before opening brace space-before-blocks
  205. 32:257 error Expected space(s) after "return" keyword-spacing
  206. 32:263 error Strings must use singlequote quotes
  207. 32:315 error Missing semicolon semi
  208. 32:315 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  209. 32:316 error Expected space(s) before "function" keyword-spacing
  210. 32:316 error Missing JSDoc comment require-jsdoc
  211. 32:329 error Statement inside of curly braces should be on next line brace-style
  212. 32:329 error Missing space before opening brace space-before-blocks
  213. 32:356 error Strings must use singlequote quotes
  214. 32:407 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  215. 32:407 error Missing semicolon semi
  216. 32:408 error Missing JSDoc comment require-jsdoc
  217. 32:408 error Expected space(s) before "function" keyword-spacing
  218. 32:420 error A space is required after ',' comma-spacing
  219. 32:423 error Statement inside of curly braces should be on next line brace-style
  220. 32:423 error Missing space before opening brace space-before-blocks
  221. 32:424 error Split 'var' declarations into multiple statements one-var
  222. 32:429 error A space is required after ',' comma-spacing
  223. 32:434 error Missing whitespace after semicolon semi-spacing
  224. 32:435 error Expected space(s) after "for" keyword-spacing
  225. 32:442 error Missing whitespace after semicolon semi-spacing
  226. 32:453 error Missing whitespace after semicolon semi-spacing
  227. 32:471 error A space is required after ',' comma-spacing
  228. 32:475 error Missing whitespace after semicolon semi-spacing
  229. 32:484 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  230. 32:484 error Missing semicolon semi
  231. 32:485 error Expected space(s) before "function" keyword-spacing
  232. 32:485 error Missing JSDoc comment require-jsdoc
  233. 32:497 error A space is required after ',' comma-spacing
  234. 32:500 error Statement inside of curly braces should be on next line brace-style
  235. 32:500 error Missing space before opening brace space-before-blocks
  236. 32:546 error A space is required after ',' comma-spacing
  237. 32:549 error Missing semicolon semi
  238. 32:549 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  239. 32:550 error Missing JSDoc comment require-jsdoc
  240. 32:550 error Expected space(s) before "function" keyword-spacing
  241. 32:562 error A space is required after ',' comma-spacing
  242. 32:565 error Statement inside of curly braces should be on next line brace-style
  243. 32:565 error Missing space before opening brace space-before-blocks
  244. 32:566 error Expected space(s) after "for" keyword-spacing
  245. 32:566 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in
  246. 32:584 error A space is required after ',' comma-spacing
  247. 32:600 error Missing whitespace after semicolon semi-spacing
  248. 32:611 error A space is required after ',' comma-spacing
  249. 32:612 error Strings must use singlequote quotes
  250. 32:648 error A space is required after ',' comma-spacing
  251. 32:652 error A space is required after ',' comma-spacing
  252. 32:653 error Strings must use singlequote quotes
  253. 32:686 error A space is required after ',' comma-spacing
  254. 32:688 error Missing semicolon semi
  255. 32:688 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  256. 32:689 error Missing JSDoc comment require-jsdoc
  257. 32:689 error Expected space(s) before "function" keyword-spacing
  258. 32:701 error A space is required after ',' comma-spacing
  259. 32:703 error A space is required after ',' comma-spacing
  260. 32:705 error A space is required after ',' comma-spacing
  261. 32:708 error Missing space before opening brace space-before-blocks
  262. 32:708 error Statement inside of curly braces should be on next line brace-style
  263. 32:716 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  264. 32:720 error A space is required after ',' comma-spacing
  265. 32:722 error A space is required after ',' comma-spacing
  266. 32:724 error A space is required after ',' comma-spacing
  267. 32:726 error A space is required after ',' comma-spacing
  268. 32:736 error Missing semicolon semi
  269. 32:736 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  270. 32:737 error Missing JSDoc comment require-jsdoc
  271. 32:737 error Expected space(s) before "function" keyword-spacing
  272. 32:749 error Statement inside of curly braces should be on next line brace-style
  273. 32:749 error Missing space before opening brace space-before-blocks
  274. 32:750 error Expected space(s) after "return" keyword-spacing
  275. 32:763 error Missing space before value for key 'empty' key-spacing
  276. 32:765 error A space is required after ',' comma-spacing
  277. 32:779 error Missing space before value for key 'unusedTokens' key-spacing
  278. 32:781 error A space is required after ',' comma-spacing
  279. 32:794 error Missing space before value for key 'unusedInput' key-spacing
  280. 32:796 error A space is required after ',' comma-spacing
  281. 32:806 error Missing space before value for key 'overflow' key-spacing
  282. 32:808 error A space is required after ',' comma-spacing
  283. 32:823 error Missing space before value for key 'charsLeftOver' key-spacing
  284. 32:824 error A space is required after ',' comma-spacing
  285. 32:835 error Missing space before value for key 'nullInput' key-spacing
  286. 32:837 error A space is required after ',' comma-spacing
  287. 32:851 error Missing space before value for key 'invalidMonth' key-spacing
  288. 32:855 error A space is required after ',' comma-spacing
  289. 32:870 error Missing space before value for key 'invalidFormat' key-spacing
  290. 32:872 error A space is required after ',' comma-spacing
  291. 32:889 error Missing space before value for key 'userInvalidated' key-spacing
  292. 32:891 error A space is required after ',' comma-spacing
  293. 32:896 error Missing space before value for key 'iso' key-spacing
  294. 32:899 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  295. 32:899 error Missing semicolon semi
  296. 32:900 error Expected space(s) before "function" keyword-spacing
  297. 32:900 error Missing JSDoc comment require-jsdoc
  298. 32:913 error Missing space before opening brace space-before-blocks
  299. 32:913 error Statement inside of curly braces should be on next line brace-style
  300. 32:945 error A space is required after ',' comma-spacing
  301. 32:951 error Missing semicolon semi
  302. 32:951 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  303. 32:952 error Expected space(s) before "function" keyword-spacing
  304. 32:952 error Missing JSDoc comment require-jsdoc
  305. 32:965 error Statement inside of curly braces should be on next line brace-style
  306. 32:965 error Missing space before opening brace space-before-blocks
  307. 32:966 error Expected space(s) after "if" keyword-spacing
  308. 32:986 error Statement inside of curly braces should be on next line brace-style
  309. 32:986 error Missing space before opening brace space-before-blocks
  310. 32:997 error Missing whitespace after semicolon semi-spacing
  311. 32:1142 error A space is required after ',' comma-spacing
  312. 32:1245 error Missing semicolon semi
  313. 32:1245 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  314. 32:1246 error Expected space(s) before "return" keyword-spacing
  315. 32:1263 error Missing semicolon semi
  316. 32:1263 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  317. 32:1264 error Expected space(s) before "function" keyword-spacing
  318. 32:1264 error Missing JSDoc comment require-jsdoc
  319. 32:1277 error Statement inside of curly braces should be on next line brace-style
  320. 32:1277 error Missing space before opening brace space-before-blocks
  321. 32:1290 error Missing whitespace after semicolon semi-spacing
  322. 32:1312 error A space is required after ',' comma-spacing
  323. 32:1339 error A space is required after ',' comma-spacing
  324. 32:1341 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  325. 32:1341 error Missing semicolon semi
  326. 32:1342 error Expected space(s) before "function" keyword-spacing
  327. 32:1342 error Missing JSDoc comment require-jsdoc
  328. 32:1354 error A space is required after ',' comma-spacing
  329. 32:1357 error Statement inside of curly braces should be on next line brace-style
  330. 32:1357 error Missing space before opening brace space-before-blocks
  331. 32:1358 error Split 'var' declarations into multiple statements one-var
  332. 32:1363 error A space is required after ',' comma-spacing
  333. 32:1365 error A space is required after ',' comma-spacing
  334. 32:1367 error Missing whitespace after semicolon semi-spacing
  335. 32:1368 error Expected space(s) after "if" keyword-spacing
  336. 32:1371 error Strings must use singlequote quotes
  337. 32:1450 error A space is required after ',' comma-spacing
  338. 32:1451 error Strings must use singlequote quotes
  339. 32:1488 error A space is required after ',' comma-spacing
  340. 32:1489 error Strings must use singlequote quotes
  341. 32:1526 error A space is required after ',' comma-spacing
  342. 32:1527 error Strings must use singlequote quotes
  343. 32:1564 error A space is required after ',' comma-spacing
  344. 32:1565 error Strings must use singlequote quotes
  345. 32:1617 error A space is required after ',' comma-spacing
  346. 32:1618 error Strings must use singlequote quotes
  347. 32:1661 error A space is required after ',' comma-spacing
  348. 32:1662 error Strings must use singlequote quotes
  349. 32:1711 error A space is required after ',' comma-spacing
  350. 32:1712 error Strings must use singlequote quotes
  351. 32:1764 error A space is required after ',' comma-spacing
  352. 32:1765 error Strings must use singlequote quotes
  353. 32:1804 error A space is required after ',' comma-spacing
  354. 32:1805 error Strings must use singlequote quotes
  355. 32:1857 error A space is required after ',' comma-spacing
  356. 32:1870 error Expected space(s) before "for" keyword-spacing
  357. 32:1870 error Expected space(s) after "for" keyword-spacing
  358. 32:1870 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in
  359. 32:1889 error A space is required after ',' comma-spacing
  360. 32:1896 error A space is required after ',' comma-spacing
  361. 32:1897 error Strings must use singlequote quotes
  362. 32:1928 error Missing whitespace after semicolon semi-spacing
  363. 32:1937 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  364. 32:1937 error Missing semicolon semi
  365. 32:1938 error Expected space(s) before "function" keyword-spacing
  366. 32:1938 error Missing JSDoc comment require-jsdoc
  367. 32:1951 error Missing space before opening brace space-before-blocks
  368. 32:1951 error Statement inside of curly braces should be on next line brace-style
  369. 32:1954 error Unexpected 'this' no-invalid-this
  370. 32:1958 error A space is required after ',' comma-spacing
  371. 32:1961 error A space is required after ',' comma-spacing
  372. 32:1962 error Unexpected 'this' no-invalid-this
  373. 32:2009 error A space is required after ',' comma-spacing
  374. 32:2025 error A space is required after ',' comma-spacing
  375. 32:2041 error Unexpected 'this' no-invalid-this
  376. 32:2046 error A space is required after ',' comma-spacing
  377. 32:2053 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  378. 32:2053 error Missing semicolon semi
  379. 32:2054 error Expected space(s) before "function" keyword-spacing
  380. 32:2054 error Missing JSDoc comment require-jsdoc
  381. 32:2067 error Statement inside of curly braces should be on next line brace-style
  382. 32:2067 error Missing space before opening brace space-before-blocks
  383. 32:2124 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  384. 32:2124 error Missing semicolon semi
  385. 32:2125 error Expected space(s) before "function" keyword-spacing
  386. 32:2125 error Missing JSDoc comment require-jsdoc
  387. 32:2138 error Statement inside of curly braces should be on next line brace-style
  388. 32:2138 error Missing space before opening brace space-before-blocks
  389. 32:2176 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  390. 32:2176 error Missing semicolon semi
  391. 32:2177 error Expected space(s) before "function" keyword-spacing
  392. 32:2177 error Missing JSDoc comment require-jsdoc
  393. 32:2190 error Missing space before opening brace space-before-blocks
  394. 32:2190 error Statement inside of curly braces should be on next line brace-style
  395. 32:2191 error Split 'var' declarations into multiple statements one-var
  396. 32:2199 error A space is required after ',' comma-spacing
  397. 32:2203 error Missing whitespace after semicolon semi-spacing
  398. 32:2239 error A space is required after ',' comma-spacing
  399. 32:2241 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  400. 32:2241 error Missing semicolon semi
  401. 32:2242 error Missing JSDoc comment require-jsdoc
  402. 32:2242 error Expected space(s) before "function" keyword-spacing
  403. 32:2254 error A space is required after ',' comma-spacing
  404. 32:2256 error A space is required after ',' comma-spacing
  405. 32:2259 error Statement inside of curly braces should be on next line brace-style
  406. 32:2259 error Missing space before opening brace space-before-blocks
  407. 32:2260 error Split 'var' declarations into multiple statements one-var
  408. 32:2265 error A space is required after ',' comma-spacing
  409. 32:2285 error A space is required after ',' comma-spacing
  410. 32:2295 error A space is required after ',' comma-spacing
  411. 32:2325 error A space is required after ',' comma-spacing
  412. 32:2329 error Missing whitespace after semicolon semi-spacing
  413. 32:2330 error Expected space(s) after "for" keyword-spacing
  414. 32:2337 error Missing whitespace after semicolon semi-spacing
  415. 32:2341 error Missing whitespace after semicolon semi-spacing
  416. 32:2390 error Missing whitespace after semicolon semi-spacing
  417. 32:2401 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  418. 32:2401 error Missing semicolon semi
  419. 32:2402 error Missing JSDoc comment require-jsdoc
  420. 32:2402 error Expected space(s) before "function" keyword-spacing
  421. 32:2414 error Missing space before opening brace space-before-blocks
  422. 32:2416 error Missing JSDoc comment require-jsdoc
  423. 32:2416 error Expected space(s) before "function" keyword-spacing
  424. 32:2429 error Missing space before opening brace space-before-blocks
  425. 32:2429 error Statement inside of curly braces should be on next line brace-style
  426. 32:2463 error Strings must use singlequote quotes
  427. 32:2466 error A space is required after ',' comma-spacing
  428. 32:2467 error Strings must use singlequote quotes
  429. 32:2473 error Missing semicolon semi
  430. 32:2473 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  431. 32:2474 error Missing JSDoc comment require-jsdoc
  432. 32:2474 error Expected space(s) before "function" keyword-spacing
  433. 32:2487 error Statement inside of curly braces should be on next line brace-style
  434. 32:2487 error Missing space before opening brace space-before-blocks
  435. 32:2488 error Expected space(s) after "for" keyword-spacing
  436. 32:2497 error A space is required after ',' comma-spacing
  437. 32:2499 error A space is required after ',' comma-spacing
  438. 32:2501 error A space is required after ',' comma-spacing
  439. 32:2503 error A space is required after ',' comma-spacing
  440. 32:2507 error Missing whitespace after semicolon semi-spacing
  441. 32:2520 error Missing space before opening brace space-before-blocks
  442. 32:2520 error Statement inside of curly braces should be on next line brace-style
  443. 32:2521 error Expected space(s) after "for" keyword-spacing
  444. 32:2541 error Strings must use singlequote quotes
  445. 32:2545 error A space is required after ',' comma-spacing
  446. 32:2556 error A space is required after ',' comma-spacing
  447. 32:2568 error A space is required after ',' comma-spacing
  448. 32:2581 error Strings must use singlequote quotes
  449. 32:2590 error Missing whitespace after semicolon semi-spacing
  450. 32:2596 error Statement inside of curly braces should be on next line brace-style
  451. 32:2596 error Missing space before opening brace space-before-blocks
  452. 32:2597 error Expected space(s) after "if" keyword-spacing
  453. 32:2613 error A space is required after ',' comma-spacing
  454. 32:2622 error Strings must use singlequote quotes
  455. 32:2628 error Expected space(s) before "return" keyword-spacing
  456. 32:2636 error Missing whitespace after semicolon semi-spacing
  457. 32:2637 error Expected space(s) after "if" keyword-spacing
  458. 32:2659 error A space is required after ',' comma-spacing
  459. 32:2661 error A space is required after ',' comma-spacing
  460. 32:2671 error Expected space(s) before "break" keyword-spacing
  461. 32:2676 error Missing whitespace after semicolon semi-spacing
  462. 32:2680 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  463. 32:2680 error Missing semicolon semi
  464. 32:2684 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  465. 32:2684 error Missing semicolon semi
  466. 32:2685 error Expected space(s) before "return" keyword-spacing
  467. 32:2696 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  468. 32:2696 error Missing semicolon semi
  469. 32:2697 error Expected space(s) before "function" keyword-spacing
  470. 32:2697 error Missing JSDoc comment require-jsdoc
  471. 32:2710 error Missing space before opening brace space-before-blocks
  472. 32:2710 error Statement inside of curly braces should be on next line brace-style
  473. 32:2721 error Missing whitespace after semicolon semi-spacing
  474. 32:2722 error Expected space(s) after "if" keyword-spacing
  475. 32:2733 error Strings must use singlequote quotes
  476. 32:2784 error Expected space(s) after "try" keyword-spacing
  477. 32:2784 error Expected space(s) before "try" keyword-spacing
  478. 32:2787 error Statement inside of curly braces should be on next line brace-style
  479. 32:2798 error A space is required after ',' comma-spacing
  480. 32:2807 error Strings must use singlequote quotes
  481. 32:2821 error A space is required after ',' comma-spacing
  482. 32:2826 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  483. 32:2826 error Missing semicolon semi
  484. 32:2827 error Expected space(s) before "catch" keyword-spacing
  485. 32:2827 error Expected space(s) after "catch" keyword-spacing
  486. 32:2835 error Missing space before opening brace space-before-blocks
  487. 32:2837 error Expected space(s) before "return" keyword-spacing
  488. 32:2849 error Missing semicolon semi
  489. 32:2849 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  490. 32:2850 error Expected space(s) before "function" keyword-spacing
  491. 32:2850 error Missing JSDoc comment require-jsdoc
  492. 32:2862 error A space is required after ',' comma-spacing
  493. 32:2865 error Missing space before opening brace space-before-blocks
  494. 32:2865 error Statement inside of curly braces should be on next line brace-style
  495. 32:2871 error Missing whitespace after semicolon semi-spacing
  496. 32:2885 error Strings must use singlequote quotes
  497. 32:2915 error A space is required after ',' comma-spacing
  498. 32:2918 error A space is required after ',' comma-spacing
  499. 32:2929 error A space is required after ',' comma-spacing
  500. 32:2938 error Missing semicolon semi
  501. 32:2938 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  502. 32:2939 error Expected space(s) before "function" keyword-spacing
  503. 32:2939 error Missing JSDoc comment require-jsdoc
  504. 32:2951 error A space is required after ',' comma-spacing
  505. 32:2954 error Statement inside of curly braces should be on next line brace-style
  506. 32:2954 error Missing space before opening brace space-before-blocks
  507. 32:2980 error A space is required after ',' comma-spacing
  508. 32:2998 error A constructor name should not start with a lowercase letter new-cap
  509. 32:2999 error A space is required after ',' comma-spacing
  510. 32:3012 error A space is required after ',' comma-spacing
  511. 32:3017 error A space is required after ',' comma-spacing
  512. 32:3038 error A space is required after ',' comma-spacing
  513. 32:3044 error Missing semicolon semi
  514. 32:3044 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  515. 32:3045 error Expected space(s) before "function" keyword-spacing
  516. 32:3045 error Missing JSDoc comment require-jsdoc
  517. 32:3058 error Statement inside of curly braces should be on next line brace-style
  518. 32:3058 error Missing space before opening brace space-before-blocks
  519. 32:3064 error Missing whitespace after semicolon semi-spacing
  520. 32:3065 error Expected space(s) after "if" keyword-spacing
  521. 32:3118 error A space is required after ',' comma-spacing
  522. 32:3122 error Expected space(s) before "return" keyword-spacing
  523. 32:3131 error Missing whitespace after semicolon semi-spacing
  524. 32:3132 error Expected space(s) after "if" keyword-spacing
  525. 32:3141 error Statement inside of curly braces should be on next line brace-style
  526. 32:3141 error Missing space before opening brace space-before-blocks
  527. 32:3142 error Expected space(s) after "if" keyword-spacing
  528. 32:3152 error Expected space(s) before "return" keyword-spacing
  529. 32:3160 error Missing whitespace after semicolon semi-spacing
  530. 32:3166 error Missing semicolon semi
  531. 32:3166 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  532. 32:3167 error Expected space(s) before "return" keyword-spacing
  533. 32:3178 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  534. 32:3178 error Missing semicolon semi
  535. 32:3179 error Missing JSDoc comment require-jsdoc
  536. 32:3179 error Expected space(s) before "function" keyword-spacing
  537. 32:3191 error A space is required after ',' comma-spacing
  538. 32:3194 error Missing space before opening brace space-before-blocks
  539. 32:3194 error Statement inside of curly braces should be on next line brace-style
  540. 32:3216 error Missing whitespace after semicolon semi-spacing
  541. 32:3228 error Strings must use singlequote quotes
  542. 32:3240 error Missing semicolon semi
  543. 32:3240 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  544. 32:3241 error Expected space(s) before "function" keyword-spacing
  545. 32:3241 error Missing JSDoc comment require-jsdoc
  546. 32:3254 error Statement inside of curly braces should be on next line brace-style
  547. 32:3254 error Missing space before opening brace space-before-blocks
  548. 32:3255 error Expected space(s) after "return" keyword-spacing
  549. 32:3261 error Strings must use singlequote quotes
  550. 32:3313 error Missing semicolon semi
  551. 32:3313 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  552. 32:3314 error Expected space(s) before "function" keyword-spacing
  553. 32:3314 error Missing JSDoc comment require-jsdoc
  554. 32:3327 error Statement inside of curly braces should be on next line brace-style
  555. 32:3327 error Missing space before opening brace space-before-blocks
  556. 32:3328 error Split 'var' declarations into multiple statements one-var
  557. 32:3333 error A space is required after ',' comma-spacing
  558. 32:3335 error A space is required after ',' comma-spacing
  559. 32:3340 error Missing whitespace after semicolon semi-spacing
  560. 32:3341 error Expected space(s) after "for" keyword-spacing
  561. 32:3341 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in
  562. 32:3355 error A space is required after ',' comma-spacing
  563. 32:3363 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  564. 32:3367 error A space is required after ',' comma-spacing
  565. 32:3383 error Missing whitespace after semicolon semi-spacing
  566. 32:3392 error Missing semicolon semi
  567. 32:3392 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  568. 32:3393 error Expected space(s) before "function" keyword-spacing
  569. 32:3393 error Missing JSDoc comment require-jsdoc
  570. 32:3405 error A space is required after ',' comma-spacing
  571. 32:3408 error Missing space before opening brace space-before-blocks
  572. 32:3408 error Statement inside of curly braces should be on next line brace-style
  573. 32:3427 error Statement inside of curly braces should be on next line brace-style
  574. 32:3427 error Missing space before opening brace space-before-blocks
  575. 32:3444 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  576. 32:3446 error Unexpected 'this' no-invalid-this
  577. 32:3450 error A space is required after ',' comma-spacing
  578. 32:3452 error A space is required after ',' comma-spacing
  579. 32:3455 error A space is required after ',' comma-spacing
  580. 32:3471 error Unexpected 'this' no-invalid-this
  581. 32:3475 error A space is required after ',' comma-spacing
  582. 32:3478 error A space is required after ',' comma-spacing
  583. 32:3479 error Unexpected 'this' no-invalid-this
  584. 32:3485 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  585. 32:3487 error Unexpected 'this' no-invalid-this
  586. 32:3491 error A space is required after ',' comma-spacing
  587. 32:3494 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  588. 32:3494 error Missing semicolon semi
  589. 32:3495 error Missing semicolon semi
  590. 32:3495 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  591. 32:3496 error Expected space(s) before "function" keyword-spacing
  592. 32:3496 error Missing JSDoc comment require-jsdoc
  593. 32:3508 error A space is required after ',' comma-spacing
  594. 32:3511 error Missing space before opening brace space-before-blocks
  595. 32:3511 error Statement inside of curly braces should be on next line brace-style
  596. 32:3524 error Strings must use singlequote quotes
  597. 32:3540 error Strings must use singlequote quotes
  598. 32:3546 error Strings must use singlequote quotes
  599. 32:3554 error Missing semicolon semi
  600. 32:3554 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  601. 32:3555 error Missing JSDoc comment require-jsdoc
  602. 32:3555 error Expected space(s) before "function" keyword-spacing
  603. 32:3567 error A space is required after ',' comma-spacing
  604. 32:3569 error A space is required after ',' comma-spacing
  605. 32:3572 error Missing space before opening brace space-before-blocks
  606. 32:3572 error Statement inside of curly braces should be on next line brace-style
  607. 32:3585 error Strings must use singlequote quotes
  608. 32:3601 error Strings must use singlequote quotes
  609. 32:3607 error Strings must use singlequote quotes
  610. 32:3616 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  611. 32:3616 error Missing semicolon semi
  612. 32:3617 error Missing JSDoc comment require-jsdoc
  613. 32:3617 error Expected space(s) before "function" keyword-spacing
  614. 32:3629 error A space is required after ',' comma-spacing
  615. 32:3632 error Missing space before opening brace space-before-blocks
  616. 32:3632 error Statement inside of curly braces should be on next line brace-style
  617. 32:3638 error Missing whitespace after semicolon semi-spacing
  618. 32:3639 error Expected space(s) after "if" keyword-spacing
  619. 32:3642 error Strings must use singlequote quotes
  620. 32:3661 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in
  621. 32:3661 error Expected space(s) before "for" keyword-spacing
  622. 32:3661 error Expected space(s) after "for" keyword-spacing
  623. 32:3672 error Expected space(s) before "this" keyword-spacing
  624. 32:3682 error A space is required after ',' comma-spacing
  625. 32:3688 error Missing whitespace after semicolon semi-spacing
  626. 32:3694 error Expected space(s) after "if" keyword-spacing
  627. 32:3699 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  628. 32:3703 error A space is required after ',' comma-spacing
  629. 32:3704 error Strings must use singlequote quotes
  630. 32:3731 error Expected space(s) before "return" keyword-spacing
  631. 32:3748 error Missing whitespace after semicolon semi-spacing
  632. 32:3760 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  633. 32:3760 error Missing semicolon semi
  634. 32:3761 error Expected space(s) before "function" keyword-spacing
  635. 32:3761 error Missing JSDoc comment require-jsdoc
  636. 32:3773 error A space is required after ',' comma-spacing
  637. 32:3775 error A space is required after ',' comma-spacing
  638. 32:3778 error Missing space before opening brace space-before-blocks
  639. 32:3778 error Statement inside of curly braces should be on next line brace-style
  640. 32:3779 error Split 'var' declarations into multiple statements one-var
  641. 32:3785 error Strings must use singlequote quotes
  642. 32:3799 error A space is required after ',' comma-spacing
  643. 32:3812 error A space is required after ',' comma-spacing
  644. 32:3819 error Missing whitespace after semicolon semi-spacing
  645. 32:3820 error Expected space(s) after "return" keyword-spacing
  646. 32:3831 error Strings must use singlequote quotes
  647. 32:3835 error Strings must use singlequote quotes
  648. 32:3838 error Strings must use singlequote quotes
  649. 32:3854 error A space is required after ',' comma-spacing
  650. 32:3865 error A space is required after ',' comma-spacing
  651. 32:3892 error Missing semicolon semi
  652. 32:3892 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  653. 32:3893 error Expected space(s) before "function" keyword-spacing
  654. 32:3893 error Missing JSDoc comment require-jsdoc
  655. 32:3905 error A space is required after ',' comma-spacing
  656. 32:3907 error A space is required after ',' comma-spacing
  657. 32:3909 error A space is required after ',' comma-spacing
  658. 32:3912 error Statement inside of curly braces should be on next line brace-style
  659. 32:3912 error Missing space before opening brace space-before-blocks
  660. 32:3920 error Missing whitespace after semicolon semi-spacing
  661. 32:3921 error Strings must use singlequote quotes
  662. 32:3954 error Statement inside of curly braces should be on next line brace-style
  663. 32:3954 error Missing space before opening brace space-before-blocks
  664. 32:3962 error Unexpected 'this' no-invalid-this
  665. 32:3971 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  666. 32:3971 error Missing semicolon semi
  667. 32:3973 error A space is required after ',' comma-spacing
  668. 32:3986 error A space is required after ',' comma-spacing
  669. 32:4010 error Missing space before opening brace space-before-blocks
  670. 32:4010 error Statement inside of curly braces should be on next line brace-style
  671. 32:4018 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  672. 32:4032 error A space is required after ',' comma-spacing
  673. 32:4033 error Use the rest parameters instead of 'arguments' prefer-rest-params
  674. 32:4043 error A space is required after ',' comma-spacing
  675. 32:4048 error A space is required after ',' comma-spacing
  676. 32:4054 error Missing semicolon semi
  677. 32:4054 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  678. 32:4056 error A space is required after ',' comma-spacing
  679. 32:4077 error Statement inside of curly braces should be on next line brace-style
  680. 32:4077 error Missing space before opening brace space-before-blocks
  681. 32:4123 error A space is required after ',' comma-spacing
  682. 32:4124 error Use the rest parameters instead of 'arguments' prefer-rest-params
  683. 32:4134 error A space is required after ',' comma-spacing
  684. 32:4137 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  685. 32:4137 error Missing semicolon semi
  686. 32:4139 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  687. 32:4139 error Missing semicolon semi
  688. 32:4140 error Expected space(s) before "function" keyword-spacing
  689. 32:4140 error Missing JSDoc comment require-jsdoc
  690. 32:4153 error Statement inside of curly braces should be on next line brace-style
  691. 32:4153 error Missing space before opening brace space-before-blocks
  692. 32:4201 error A space is required after ',' comma-spacing
  693. 32:4202 error Strings must use singlequote quotes
  694. 32:4221 error A space is required after ',' comma-spacing
  695. 32:4222 error Strings must use singlequote quotes
  696. 32:4225 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  697. 32:4225 error Missing semicolon semi
  698. 32:4226 error Expected space(s) before "function" keyword-spacing
  699. 32:4226 error Missing JSDoc comment require-jsdoc
  700. 32:4239 error Statement inside of curly braces should be on next line brace-style
  701. 32:4239 error Missing space before opening brace space-before-blocks
  702. 32:4240 error Split 'var' declarations into multiple statements one-var
  703. 32:4245 error A space is required after ',' comma-spacing
  704. 32:4247 error A space is required after ',' comma-spacing
  705. 32:4261 error Missing whitespace after semicolon semi-spacing
  706. 32:4262 error Expected space(s) after "for" keyword-spacing
  707. 32:4269 error A space is required after ',' comma-spacing
  708. 32:4280 error Missing whitespace after semicolon semi-spacing
  709. 32:4284 error Missing whitespace after semicolon semi-spacing
  710. 32:4317 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  711. 32:4324 error Missing whitespace after semicolon semi-spacing
  712. 32:4343 error Statement inside of curly braces should be on next line brace-style
  713. 32:4343 error Missing space before opening brace space-before-blocks
  714. 32:4350 error Strings must use singlequote quotes
  715. 32:4352 error Missing whitespace after semicolon semi-spacing
  716. 32:4353 error Expected space(s) after "for" keyword-spacing
  717. 32:4360 error Missing whitespace after semicolon semi-spacing
  718. 32:4364 error Missing whitespace after semicolon semi-spacing
  719. 32:4407 error A space is required after ',' comma-spacing
  720. 32:4415 error Missing whitespace after semicolon semi-spacing
  721. 32:4424 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  722. 32:4424 error Missing semicolon semi
  723. 32:4425 error Missing semicolon semi
  724. 32:4425 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  725. 32:4426 error Expected space(s) before "function" keyword-spacing
  726. 32:4426 error Missing JSDoc comment require-jsdoc
  727. 32:4438 error A space is required after ',' comma-spacing
  728. 32:4441 error Statement inside of curly braces should be on next line brace-style
  729. 32:4441 error Missing space before opening brace space-before-blocks
  730. 32:4464 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  731. 32:4467 error A space is required after ',' comma-spacing
  732. 32:4483 error A space is required after ',' comma-spacing
  733. 32:4497 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  734. 32:4501 error A space is required after ',' comma-spacing
  735. 32:4540 error Missing semicolon semi
  736. 32:4540 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  737. 32:4541 error Missing JSDoc comment require-jsdoc
  738. 32:4541 error Expected space(s) before "function" keyword-spacing
  739. 32:4553 error A space is required after ',' comma-spacing
  740. 32:4556 error Missing space before opening brace space-before-blocks
  741. 32:4556 error Statement inside of curly braces should be on next line brace-style
  742. 32:4557 error Missing JSDoc comment require-jsdoc
  743. 32:4570 error Missing space before opening brace space-before-blocks
  744. 32:4570 error Statement inside of curly braces should be on next line brace-style
  745. 32:4600 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  746. 32:4600 error Missing semicolon semi
  747. 32:4601 error Expected space(s) before "var" keyword-spacing
  748. 32:4608 error Missing whitespace after semicolon semi-spacing
  749. 32:4609 error Expected space(s) after "for" keyword-spacing
  750. 32:4627 error Missing whitespace after semicolon semi-spacing
  751. 32:4660 error A space is required after ',' comma-spacing
  752. 32:4663 error A space is required after ',' comma-spacing
  753. 32:4678 error A space is required after ',' comma-spacing
  754. 32:4683 error Missing whitespace after semicolon semi-spacing
  755. 32:4692 error Missing semicolon semi
  756. 32:4692 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  757. 32:4693 error Expected space(s) before "function" keyword-spacing
  758. 32:4693 error Missing JSDoc comment require-jsdoc
  759. 32:4706 error Statement inside of curly braces should be on next line brace-style
  760. 32:4706 error Missing space before opening brace space-before-blocks
  761. 32:4707 error Expected space(s) after "return" keyword-spacing
  762. 32:4713 error Strings must use singlequote quotes
  763. 32:4735 error Strings must use singlequote quotes
  764. 32:4790 error Missing semicolon semi
  765. 32:4790 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  766. 32:4791 error Expected space(s) before "function" keyword-spacing
  767. 32:4791 error Missing JSDoc comment require-jsdoc
  768. 32:4803 error A space is required after ',' comma-spacing
  769. 32:4805 error A space is required after ',' comma-spacing
  770. 32:4808 error Statement inside of curly braces should be on next line brace-style
  771. 32:4808 error Missing space before opening brace space-before-blocks
  772. 32:4815 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  773. 32:4833 error Statement inside of curly braces should be on next line brace-style
  774. 32:4833 error Missing space before opening brace space-before-blocks
  775. 32:4849 error Missing semicolon semi
  776. 32:4849 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  777. 32:4850 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  778. 32:4850 error Missing semicolon semi
  779. 32:4851 error Expected space(s) before "function" keyword-spacing
  780. 32:4851 error Missing JSDoc comment require-jsdoc
  781. 32:4863 error A space is required after ',' comma-spacing
  782. 32:4866 error Statement inside of curly braces should be on next line brace-style
  783. 32:4866 error Missing space before opening brace space-before-blocks
  784. 32:4878 error A space is required after ',' comma-spacing
  785. 32:4897 error A space is required after ',' comma-spacing
  786. 32:4920 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  787. 32:4925 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  788. 32:4925 error Missing semicolon semi
  789. 32:4926 error Missing JSDoc comment require-jsdoc
  790. 32:4926 error Expected space(s) before "function" keyword-spacing
  791. 32:4939 error Statement inside of curly braces should be on next line brace-style
  792. 32:4939 error Missing space before opening brace space-before-blocks
  793. 32:4957 error Strings must use singlequote quotes
  794. 32:4961 error A space is required after ',' comma-spacing
  795. 32:4962 error Strings must use singlequote quotes
  796. 32:5011 error A space is required after ',' comma-spacing
  797. 32:5022 error A space is required after ',' comma-spacing
  798. 32:5024 error A space is required after ',' comma-spacing
  799. 32:5026 error A space is required after ',' comma-spacing
  800. 32:5028 error A space is required after ',' comma-spacing
  801. 32:5031 error Statement inside of curly braces should be on next line brace-style
  802. 32:5031 error Missing space before opening brace space-before-blocks
  803. 32:5049 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  804. 32:5049 error Missing semicolon semi
  805. 32:5084 error A space is required after ',' comma-spacing
  806. 32:5085 error Strings must use singlequote quotes
  807. 32:5092 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  808. 32:5092 error Missing semicolon semi
  809. 32:5093 error Expected space(s) before "function" keyword-spacing
  810. 32:5093 error Missing JSDoc comment require-jsdoc
  811. 32:5105 error A space is required after ',' comma-spacing
  812. 32:5108 error Statement inside of curly braces should be on next line brace-style
  813. 32:5108 error Missing space before opening brace space-before-blocks
  814. 32:5109 error Split 'var' declarations into multiple statements one-var
  815. 32:5114 error A space is required after ',' comma-spacing
  816. 32:5118 error Missing whitespace after semicolon semi-spacing
  817. 32:5119 error Expected space(s) after "for" keyword-spacing
  818. 32:5123 error Strings must use singlequote quotes
  819. 32:5150 error A space is required after ',' comma-spacing
  820. 32:5151 error Strings must use singlequote quotes
  821. 32:5184 error A space is required after ',' comma-spacing
  822. 32:5187 error Missing space before opening brace space-before-blocks
  823. 32:5187 error Statement inside of curly braces should be on next line brace-style
  824. 32:5197 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  825. 32:5197 error Missing semicolon semi
  826. 32:5199 error A space is required after ',' comma-spacing
  827. 32:5203 error Missing whitespace after semicolon semi-spacing
  828. 32:5214 error Missing whitespace after semicolon semi-spacing
  829. 32:5229 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  830. 32:5229 error Missing semicolon semi
  831. 32:5230 error Missing JSDoc comment require-jsdoc
  832. 32:5230 error Expected space(s) before "function" keyword-spacing
  833. 32:5242 error A space is required after ',' comma-spacing
  834. 32:5245 error Missing space before opening brace space-before-blocks
  835. 32:5245 error Statement inside of curly braces should be on next line brace-style
  836. 32:5246 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  837. 32:5249 error A space is required after ',' comma-spacing
  838. 32:5260 error A space is required after ',' comma-spacing
  839. 32:5262 error A space is required after ',' comma-spacing
  840. 32:5264 error A space is required after ',' comma-spacing
  841. 32:5267 error Missing space before opening brace space-before-blocks
  842. 32:5267 error Statement inside of curly braces should be on next line brace-style
  843. 32:5281 error A space is required after ',' comma-spacing
  844. 32:5285 error A space is required after ',' comma-spacing
  845. 32:5290 error A space is required after ',' comma-spacing
  846. 32:5292 error A space is required after ',' comma-spacing
  847. 32:5295 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  848. 32:5295 error Missing semicolon semi
  849. 32:5297 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  850. 32:5297 error Missing semicolon semi
  851. 32:5298 error Expected space(s) before "function" keyword-spacing
  852. 32:5298 error Missing JSDoc comment require-jsdoc
  853. 32:5310 error A space is required after ',' comma-spacing
  854. 32:5312 error A space is required after ',' comma-spacing
  855. 32:5315 error Statement inside of curly braces should be on next line brace-style
  856. 32:5315 error Missing space before opening brace space-before-blocks
  857. 32:5329 error A space is required after ',' comma-spacing
  858. 32:5341 error A space is required after ',' comma-spacing
  859. 32:5346 error A space is required after ',' comma-spacing
  860. 32:5348 error A space is required after ',' comma-spacing
  861. 32:5351 error Missing semicolon semi
  862. 32:5351 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  863. 32:5352 error Expected space(s) before "function" keyword-spacing
  864. 32:5352 error Missing JSDoc comment require-jsdoc
  865. 32:5364 error A space is required after ',' comma-spacing
  866. 32:5367 error Statement inside of curly braces should be on next line brace-style
  867. 32:5367 error Missing space before opening brace space-before-blocks
  868. 32:5394 error A space is required after ',' comma-spacing
  869. 32:5398 error A space is required after ',' comma-spacing
  870. 32:5415 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  871. 32:5415 error Missing semicolon semi
  872. 32:5416 error Expected space(s) before "function" keyword-spacing
  873. 32:5416 error Missing JSDoc comment require-jsdoc
  874. 32:5429 error Statement inside of curly braces should be on next line brace-style
  875. 32:5429 error Missing space before opening brace space-before-blocks
  876. 32:5460 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  877. 32:5460 error Missing semicolon semi
  878. 32:5461 error Expected space(s) before "function" keyword-spacing
  879. 32:5461 error Missing JSDoc comment require-jsdoc
  880. 32:5474 error Statement inside of curly braces should be on next line brace-style
  881. 32:5474 error Missing space before opening brace space-before-blocks
  882. 32:5510 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  883. 32:5510 error Missing semicolon semi
  884. 32:5511 error Missing JSDoc comment require-jsdoc
  885. 32:5511 error Expected space(s) before "function" keyword-spacing
  886. 32:5523 error A space is required after ',' comma-spacing
  887. 32:5525 error A space is required after ',' comma-spacing
  888. 32:5528 error Statement inside of curly braces should be on next line brace-style
  889. 32:5528 error Missing space before opening brace space-before-blocks
  890. 32:5529 error Split 'var' declarations into multiple statements one-var
  891. 32:5534 error A space is required after ',' comma-spacing
  892. 32:5536 error A space is required after ',' comma-spacing
  893. 32:5538 error Missing whitespace after semicolon semi-spacing
  894. 32:5539 error Expected space(s) after "for" keyword-spacing
  895. 32:5583 error A space is required after ',' comma-spacing
  896. 32:5608 error A space is required after ',' comma-spacing
  897. 32:5635 error A space is required after ',' comma-spacing
  898. 32:5639 error Missing whitespace after semicolon semi-spacing
  899. 32:5644 error Missing whitespace after semicolon semi-spacing
  900. 32:5649 error Statement inside of curly braces should be on next line brace-style
  901. 32:5649 error Missing space before opening brace space-before-blocks
  902. 32:5650 error Expected space(s) after "if" keyword-spacing
  903. 32:5661 error A space is required after ',' comma-spacing
  904. 32:5665 error A space is required after ',' comma-spacing
  905. 32:5733 error Strings must use singlequote quotes
  906. 32:5750 error A space is required after ',' comma-spacing
  907. 32:5751 error Strings must use singlequote quotes
  908. 32:5763 error Strings must use singlequote quotes
  909. 32:5766 error A space is required after ',' comma-spacing
  910. 32:5767 error Strings must use singlequote quotes
  911. 32:5771 error Strings must use singlequote quotes
  912. 32:5774 error A space is required after ',' comma-spacing
  913. 32:5775 error Strings must use singlequote quotes
  914. 32:5779 error A space is required after ',' comma-spacing
  915. 32:5817 error Strings must use singlequote quotes
  916. 32:5839 error A space is required after ',' comma-spacing
  917. 32:5840 error Strings must use singlequote quotes
  918. 32:5852 error Strings must use singlequote quotes
  919. 32:5855 error A space is required after ',' comma-spacing
  920. 32:5856 error Strings must use singlequote quotes
  921. 32:5860 error Strings must use singlequote quotes
  922. 32:5863 error A space is required after ',' comma-spacing
  923. 32:5864 error Strings must use singlequote quotes
  924. 32:5869 error A space is required after ',' comma-spacing
  925. 32:5898 error Strings must use singlequote quotes
  926. 32:5915 error A space is required after ',' comma-spacing
  927. 32:5916 error Strings must use singlequote quotes
  928. 32:5920 error Strings must use singlequote quotes
  929. 32:5943 error A space is required after ',' comma-spacing
  930. 32:5944 error Strings must use singlequote quotes
  931. 32:5947 error A space is required after ',' comma-spacing
  932. 32:5990 error Strings must use singlequote quotes
  933. 32:5993 error A space is required after ',' comma-spacing
  934. 32:5994 error Strings must use singlequote quotes
  935. 32:5997 error A space is required after ',' comma-spacing
  936. 32:5998 error Strings must use singlequote quotes
  937. 32:6003 error A space is required after ',' comma-spacing
  938. 32:6007 error Strings must use singlequote quotes
  939. 32:6052 error Expected space(s) before "return" keyword-spacing
  940. 32:6060 error Missing whitespace after semicolon semi-spacing
  941. 32:6061 error Expected space(s) after "if" keyword-spacing
  942. 32:6067 error Strings must use singlequote quotes
  943. 32:6112 error Expected space(s) before "return" keyword-spacing
  944. 32:6120 error Missing whitespace after semicolon semi-spacing
  945. 32:6121 error Expected space(s) after "if" keyword-spacing
  946. 32:6157 error Expected space(s) before "return" keyword-spacing
  947. 32:6165 error Missing semicolon semi
  948. 32:6165 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  949. 32:6166 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  950. 32:6167 error Missing JSDoc comment require-jsdoc
  951. 32:6167 error Expected space(s) before "function" keyword-spacing
  952. 32:6179 error A space is required after ',' comma-spacing
  953. 32:6182 error Missing space before opening brace space-before-blocks
  954. 32:6182 error Statement inside of curly braces should be on next line brace-style
  955. 32:6188 error Missing whitespace after semicolon semi-spacing
  956. 32:6189 error Expected space(s) after "return" keyword-spacing
  957. 32:6195 error Strings must use singlequote quotes
  958. 32:6247 error A space is required after ',' comma-spacing
  959. 32:6248 error Strings must use singlequote quotes
  960. 32:6290 error A space is required after ',' comma-spacing
  961. 32:6291 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  962. 32:6301 error A space is required after ',' comma-spacing
  963. 32:6305 error A space is required after ',' comma-spacing
  964. 32:6311 error Strings must use singlequote quotes
  965. 32:6327 error Strings must use singlequote quotes
  966. 32:6333 error Strings must use singlequote quotes
  967. 32:6337 error Strings must use singlequote quotes
  968. 32:6347 error A space is required after ',' comma-spacing
  969. 32:6350 error A space is required after ',' comma-spacing
  970. 32:6353 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  971. 32:6353 error Missing semicolon semi
  972. 32:6354 error Expected space(s) before "function" keyword-spacing
  973. 32:6354 error Missing JSDoc comment require-jsdoc
  974. 32:6367 error Statement inside of curly braces should be on next line brace-style
  975. 32:6367 error Missing space before opening brace space-before-blocks
  976. 32:6384 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  977. 32:6390 error A space is required after ',' comma-spacing
  978. 32:6393 error A space is required after ',' comma-spacing
  979. 32:6413 error A space is required after ',' comma-spacing
  980. 32:6417 error A space is required after ',' comma-spacing
  981. 32:6424 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  982. 32:6430 error A space is required after ',' comma-spacing
  983. 32:6431 error Strings must use singlequote quotes
  984. 32:6439 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  985. 32:6439 error Missing semicolon semi
  986. 32:6440 error Expected space(s) before "function" keyword-spacing
  987. 32:6440 error Missing JSDoc comment require-jsdoc
  988. 32:6452 error Missing space before opening brace space-before-blocks
  989. 32:6452 error Statement inside of curly braces should be on next line brace-style
  990. 32:6460 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  991. 32:6473 error A space is required after ',' comma-spacing
  992. 32:6487 error Missing semicolon semi
  993. 32:6487 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  994. 32:6488 error Missing JSDoc comment require-jsdoc
  995. 32:6488 error Expected space(s) before "function" keyword-spacing
  996. 32:6501 error Missing space before opening brace space-before-blocks
  997. 32:6501 error Statement inside of curly braces should be on next line brace-style
  998. 32:6502 error Split 'var' declarations into multiple statements one-var
  999. 32:6507 error A space is required after ',' comma-spacing
  1000. 32:6514 error Missing whitespace after semicolon semi-spacing
  1001. 32:6584 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1002. 32:6591 error A space is required after ',' comma-spacing
  1003. 32:6736 error A space is required after ',' comma-spacing
  1004. 32:6782 error A space is required after ',' comma-spacing
  1005. 32:6799 error A space is required after ',' comma-spacing
  1006. 32:6801 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1007. 32:6801 error Missing semicolon semi
  1008. 32:6802 error Expected space(s) before "function" keyword-spacing
  1009. 32:6802 error Missing JSDoc comment require-jsdoc
  1010. 32:6815 error Missing space before opening brace space-before-blocks
  1011. 32:6815 error Statement inside of curly braces should be on next line brace-style
  1012. 32:6852 error Strings must use singlequote quotes
  1013. 32:6908 error Strings must use singlequote quotes
  1014. 32:6934 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1015. 32:6934 error Missing semicolon semi
  1016. 32:6935 error Missing JSDoc comment require-jsdoc
  1017. 32:6935 error Expected space(s) before "function" keyword-spacing
  1018. 32:6948 error A space is required after ',' comma-spacing
  1019. 32:6951 error Missing space before opening brace space-before-blocks
  1020. 32:6951 error Statement inside of curly braces should be on next line brace-style
  1021. 32:6960 error Missing whitespace after semicolon semi-spacing
  1022. 32:6980 error Statement inside of curly braces should be on next line brace-style
  1023. 32:6980 error Missing space before opening brace space-before-blocks
  1024. 32:6996 error Strings must use singlequote quotes
  1025. 32:7019 error A space is required after ',' comma-spacing
  1026. 32:7025 error A space is required after ',' comma-spacing
  1027. 32:7034 error Unexpected 'this' no-invalid-this
  1028. 32:7038 error A space is required after ',' comma-spacing
  1029. 32:7039 error Use the rest parameters instead of 'arguments' prefer-rest-params
  1030. 32:7049 error Missing semicolon semi
  1031. 32:7049 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1032. 32:7050 error A space is required after ',' comma-spacing
  1033. 32:7053 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1034. 32:7053 error Missing semicolon semi
  1035. 32:7054 error Expected space(s) before "function" keyword-spacing
  1036. 32:7054 error Missing JSDoc comment require-jsdoc
  1037. 32:7067 error A space is required after ',' comma-spacing
  1038. 32:7070 error Missing space before opening brace space-before-blocks
  1039. 32:7070 error Statement inside of curly braces should be on next line brace-style
  1040. 32:7083 error A space is required after ',' comma-spacing
  1041. 32:7093 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1042. 32:7093 error Missing semicolon semi
  1043. 32:7094 error Expected space(s) before "function" keyword-spacing
  1044. 32:7094 error Missing JSDoc comment require-jsdoc
  1045. 32:7108 error Missing space before opening brace space-before-blocks
  1046. 32:7108 error Statement inside of curly braces should be on next line brace-style
  1047. 32:7109 error Split 'var' declarations into multiple statements one-var
  1048. 32:7114 error A space is required after ',' comma-spacing
  1049. 32:7116 error A space is required after ',' comma-spacing
  1050. 32:7123 error A space is required after ',' comma-spacing
  1051. 32:7136 error Missing whitespace after semicolon semi-spacing
  1052. 32:7137 error Expected space(s) after "if" keyword-spacing
  1053. 32:7142 error Statement inside of curly braces should be on next line brace-style
  1054. 32:7142 error Missing space before opening brace space-before-blocks
  1055. 32:7143 error Expected space(s) after "for" keyword-spacing
  1056. 32:7158 error A space is required after ',' comma-spacing
  1057. 32:7162 error A space is required after ',' comma-spacing
  1058. 32:7174 error Missing whitespace after semicolon semi-spacing
  1059. 32:7178 error Missing whitespace after semicolon semi-spacing
  1060. 32:7183 error Expected space(s) before "if" keyword-spacing
  1061. 32:7183 error Expected space(s) after "if" keyword-spacing
  1062. 32:7203 error Statement inside of curly braces should be on next line brace-style
  1063. 32:7203 error Missing space before opening brace space-before-blocks
  1064. 32:7217 error Missing whitespace after semicolon semi-spacing
  1065. 32:7223 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1066. 32:7223 error Missing semicolon semi
  1067. 32:7224 error Expected space(s) before "for" keyword-spacing
  1068. 32:7224 error Expected space(s) after "for" keyword-spacing
  1069. 32:7231 error A space is required after ',' comma-spacing
  1070. 32:7243 error Missing whitespace after semicolon semi-spacing
  1071. 32:7247 error Missing whitespace after semicolon semi-spacing
  1072. 32:7252 error Expected space(s) before "if" keyword-spacing
  1073. 32:7252 error Expected space(s) after "if" keyword-spacing
  1074. 32:7272 error Statement inside of curly braces should be on next line brace-style
  1075. 32:7272 error Missing space before opening brace space-before-blocks
  1076. 32:7286 error Strings must use singlequote quotes
  1077. 32:7299 error Missing whitespace after semicolon semi-spacing
  1078. 32:7305 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1079. 32:7305 error Missing semicolon semi
  1080. 32:7326 error Strings must use singlequote quotes
  1081. 32:7330 error A space is required after ',' comma-spacing
  1082. 32:7336 error Missing semicolon semi
  1083. 32:7336 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1084. 32:7337 error Expected space(s) before "else" keyword-spacing
  1085. 32:7355 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1086. 32:7355 error Missing semicolon semi
  1087. 32:7356 error Expected space(s) before "function" keyword-spacing
  1088. 32:7356 error Missing JSDoc comment require-jsdoc
  1089. 32:7370 error Missing space before opening brace space-before-blocks
  1090. 32:7370 error Statement inside of curly braces should be on next line brace-style
  1091. 32:7390 error Missing whitespace after semicolon semi-spacing
  1092. 32:7440 error A space is required after ',' comma-spacing
  1093. 32:7481 error A space is required after ',' comma-spacing
  1094. 32:7513 error Missing semicolon semi
  1095. 32:7513 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1096. 32:7514 error Expected space(s) before "function" keyword-spacing
  1097. 32:7514 error Missing JSDoc comment require-jsdoc
  1098. 32:7527 error A space is required after ',' comma-spacing
  1099. 32:7529 error A space is required after ',' comma-spacing
  1100. 32:7531 error A space is required after ',' comma-spacing
  1101. 32:7533 error A space is required after ',' comma-spacing
  1102. 32:7535 error A space is required after ',' comma-spacing
  1103. 32:7537 error A space is required after ',' comma-spacing
  1104. 32:7540 error Missing space before opening brace space-before-blocks
  1105. 32:7540 error Statement inside of curly braces should be on next line brace-style
  1106. 32:7557 error A space is required after ',' comma-spacing
  1107. 32:7559 error A space is required after ',' comma-spacing
  1108. 32:7561 error A space is required after ',' comma-spacing
  1109. 32:7563 error A space is required after ',' comma-spacing
  1110. 32:7565 error A space is required after ',' comma-spacing
  1111. 32:7567 error A space is required after ',' comma-spacing
  1112. 32:7570 error Missing whitespace after semicolon semi-spacing
  1113. 32:7602 error A space is required after ',' comma-spacing
  1114. 32:7604 error Missing semicolon semi
  1115. 32:7604 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1116. 32:7605 error Missing JSDoc comment require-jsdoc
  1117. 32:7605 error Expected space(s) before "function" keyword-spacing
  1118. 32:7619 error Statement inside of curly braces should be on next line brace-style
  1119. 32:7619 error Missing space before opening brace space-before-blocks
  1120. 32:7654 error A space is required after ',' comma-spacing
  1121. 32:7655 error Use the rest parameters instead of 'arguments' prefer-rest-params
  1122. 32:7666 error Missing whitespace after semicolon semi-spacing
  1123. 32:7701 error A space is required after ',' comma-spacing
  1124. 32:7703 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1125. 32:7703 error Missing semicolon semi
  1126. 32:7704 error Expected space(s) before "function" keyword-spacing
  1127. 32:7704 error Missing JSDoc comment require-jsdoc
  1128. 32:7718 error Statement inside of curly braces should be on next line brace-style
  1129. 32:7718 error Missing space before opening brace space-before-blocks
  1130. 32:7739 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1131. 32:7739 error Missing semicolon semi
  1132. 32:7740 error Expected space(s) before "function" keyword-spacing
  1133. 32:7740 error Missing JSDoc comment require-jsdoc
  1134. 32:7754 error Statement inside of curly braces should be on next line brace-style
  1135. 32:7754 error Missing space before opening brace space-before-blocks
  1136. 32:7791 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1137. 32:7791 error Missing semicolon semi
  1138. 32:7792 error Missing JSDoc comment require-jsdoc
  1139. 32:7792 error Expected space(s) before "function" keyword-spacing
  1140. 32:7805 error Statement inside of curly braces should be on next line brace-style
  1141. 32:7805 error Missing space before opening brace space-before-blocks
  1142. 32:7816 error Unexpected 'this' no-invalid-this
  1143. 32:7828 error Missing semicolon semi
  1144. 32:7828 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1145. 32:7829 error Expected space(s) before "function" keyword-spacing
  1146. 32:7829 error Missing JSDoc comment require-jsdoc
  1147. 32:7842 error A space is required after ',' comma-spacing
  1148. 32:7844 error A space is required after ',' comma-spacing
  1149. 32:7847 error Statement inside of curly braces should be on next line brace-style
  1150. 32:7847 error Missing space before opening brace space-before-blocks
  1151. 32:7848 error Split 'var' declarations into multiple statements one-var
  1152. 32:7853 error A space is required after ',' comma-spacing
  1153. 32:7859 error A space is required after ',' comma-spacing
  1154. 32:7871 error Missing whitespace after semicolon semi-spacing
  1155. 32:7890 error A space is required after ',' comma-spacing
  1156. 32:7904 error A space is required after ',' comma-spacing
  1157. 32:7907 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1158. 32:7918 error A space is required after ',' comma-spacing
  1159. 32:7919 error Strings must use singlequote quotes
  1160. 32:7923 error A space is required after ',' comma-spacing
  1161. 32:7930 error Missing space before value for key 'week' key-spacing
  1162. 32:7956 error A space is required after ',' comma-spacing
  1163. 32:7962 error Missing space before value for key 'year' key-spacing
  1164. 32:7971 error Missing semicolon semi
  1165. 32:7971 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1166. 32:7972 error Expected space(s) before "function" keyword-spacing
  1167. 32:7972 error Missing JSDoc comment require-jsdoc
  1168. 32:7986 error Statement inside of curly braces should be on next line brace-style
  1169. 32:7986 error Missing space before opening brace space-before-blocks
  1170. 32:7998 error A space is required after ',' comma-spacing
  1171. 32:7999 error Unexpected 'this' no-invalid-this
  1172. 32:8013 error A space is required after ',' comma-spacing
  1173. 32:8014 error Unexpected 'this' no-invalid-this
  1174. 32:8034 error Missing semicolon semi
  1175. 32:8034 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1176. 32:8035 error Expected space(s) before "function" keyword-spacing
  1177. 32:8035 error Missing JSDoc comment require-jsdoc
  1178. 32:8048 error Statement inside of curly braces should be on next line brace-style
  1179. 32:8048 error Missing space before opening brace space-before-blocks
  1180. 32:8056 error Unexpected 'this' no-invalid-this
  1181. 32:8070 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1182. 32:8070 error Missing semicolon semi
  1183. 32:8071 error Missing JSDoc comment require-jsdoc
  1184. 32:8071 error Expected space(s) before "function" keyword-spacing
  1185. 32:8084 error Statement inside of curly braces should be on next line brace-style
  1186. 32:8084 error Missing space before opening brace space-before-blocks
  1187. 32:8092 error Unexpected 'this' no-invalid-this
  1188. 32:8106 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1189. 32:8106 error Missing semicolon semi
  1190. 32:8107 error Expected space(s) before "function" keyword-spacing
  1191. 32:8107 error Missing JSDoc comment require-jsdoc
  1192. 32:8121 error Missing space before opening brace space-before-blocks
  1193. 32:8121 error Statement inside of curly braces should be on next line brace-style
  1194. 32:8128 error Unexpected 'this' no-invalid-this
  1195. 32:8151 error Unexpected 'this' no-invalid-this
  1196. 32:8156 error Missing whitespace after semicolon semi-spacing
  1197. 32:8174 error Unexpected 'this' no-invalid-this
  1198. 32:8190 error A space is required after ',' comma-spacing
  1199. 32:8191 error Strings must use singlequote quotes
  1200. 32:8195 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1201. 32:8195 error Missing semicolon semi
  1202. 32:8196 error Missing JSDoc comment require-jsdoc
  1203. 32:8196 error Expected space(s) before "function" keyword-spacing
  1204. 32:8210 error Statement inside of curly braces should be on next line brace-style
  1205. 32:8210 error Missing space before opening brace space-before-blocks
  1206. 32:8220 error Unexpected 'this' no-invalid-this
  1207. 32:8224 error A space is required after ',' comma-spacing
  1208. 32:8226 error A space is required after ',' comma-spacing
  1209. 32:8234 error Missing whitespace after semicolon semi-spacing
  1210. 32:8252 error Unexpected 'this' no-invalid-this
  1211. 32:8268 error A space is required after ',' comma-spacing
  1212. 32:8269 error Strings must use singlequote quotes
  1213. 32:8273 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1214. 32:8273 error Missing semicolon semi
  1215. 32:8274 error Expected space(s) before "function" keyword-spacing
  1216. 32:8274 error Missing JSDoc comment require-jsdoc
  1217. 32:8287 error A space is required after ',' comma-spacing
  1218. 32:8289 error A space is required after ',' comma-spacing
  1219. 32:8291 error A space is required after ',' comma-spacing
  1220. 32:8293 error A space is required after ',' comma-spacing
  1221. 32:8296 error Missing space before opening brace space-before-blocks
  1222. 32:8296 error Statement inside of curly braces should be on next line brace-style
  1223. 32:8297 error Split 'var' declarations into multiple statements one-var
  1224. 32:8302 error A space is required after ',' comma-spacing
  1225. 32:8310 error A space is required after ',' comma-spacing
  1226. 32:8317 error A space is required after ',' comma-spacing
  1227. 32:8319 error A space is required after ',' comma-spacing
  1228. 32:8324 error A space is required after ',' comma-spacing
  1229. 32:8340 error Missing whitespace after semicolon semi-spacing
  1230. 32:8359 error A space is required after ',' comma-spacing
  1231. 32:8375 error A space is required after ',' comma-spacing
  1232. 32:8393 error A space is required after ',' comma-spacing
  1233. 32:8400 error Missing space before value for key 'year' key-spacing
  1234. 32:8409 error A space is required after ',' comma-spacing
  1235. 32:8420 error Missing space before value for key 'dayOfYear' key-spacing
  1236. 32:8436 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1237. 32:8436 error Missing semicolon semi
  1238. 32:8437 error Expected space(s) before "function" keyword-spacing
  1239. 32:8437 error Missing JSDoc comment require-jsdoc
  1240. 32:8451 error Statement inside of curly braces should be on next line brace-style
  1241. 32:8451 error Missing space before opening brace space-before-blocks
  1242. 32:8470 error Unexpected 'this' no-invalid-this
  1243. 32:8491 error Strings must use singlequote quotes
  1244. 32:8498 error Unexpected 'this' no-invalid-this
  1245. 32:8519 error Strings must use singlequote quotes
  1246. 32:8536 error Missing whitespace after semicolon semi-spacing
  1247. 32:8554 error Unexpected 'this' no-invalid-this
  1248. 32:8566 error A space is required after ',' comma-spacing
  1249. 32:8567 error Strings must use singlequote quotes
  1250. 32:8571 error Missing semicolon semi
  1251. 32:8571 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1252. 32:8572 error Missing JSDoc comment require-jsdoc
  1253. 32:8572 error Expected space(s) before "function" keyword-spacing
  1254. 32:8585 error A space is required after ',' comma-spacing
  1255. 32:8587 error A space is required after ',' comma-spacing
  1256. 32:8590 error Missing space before opening brace space-before-blocks
  1257. 32:8590 error Statement inside of curly braces should be on next line brace-style
  1258. 32:8619 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1259. 32:8619 error Missing semicolon semi
  1260. 32:8620 error Expected space(s) before "function" keyword-spacing
  1261. 32:8620 error Missing JSDoc comment require-jsdoc
  1262. 32:8634 error Statement inside of curly braces should be on next line brace-style
  1263. 32:8634 error Missing space before opening brace space-before-blocks
  1264. 32:8649 error Missing whitespace after semicolon semi-spacing
  1265. 32:8686 error A space is required after ',' comma-spacing
  1266. 32:8702 error A space is required after ',' comma-spacing
  1267. 32:8735 error A space is required after ',' comma-spacing
  1268. 32:8748 error A space is required after ',' comma-spacing
  1269. 32:8761 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1270. 32:8761 error Missing semicolon semi
  1271. 32:8762 error Missing JSDoc comment require-jsdoc
  1272. 32:8762 error Expected space(s) before "function" keyword-spacing
  1273. 32:8776 error Missing space before opening brace space-before-blocks
  1274. 32:8776 error Statement inside of curly braces should be on next line brace-style
  1275. 32:8777 error Split 'var' declarations into multiple statements one-var
  1276. 32:8782 error A space is required after ',' comma-spacing
  1277. 32:8784 error A space is required after ',' comma-spacing
  1278. 32:8786 error A space is required after ',' comma-spacing
  1279. 32:8788 error A space is required after ',' comma-spacing
  1280. 32:8793 error Missing whitespace after semicolon semi-spacing
  1281. 32:8794 error Expected space(s) after "if" keyword-spacing
  1282. 32:8803 error Missing space before opening brace space-before-blocks
  1283. 32:8803 error Statement inside of curly braces should be on next line brace-style
  1284. 32:8804 error Expected space(s) after "for" keyword-spacing
  1285. 32:8815 error A space is required after ',' comma-spacing
  1286. 32:8859 error A space is required after ',' comma-spacing
  1287. 32:8888 error A space is required after ',' comma-spacing
  1288. 32:8895 error A space is required after ',' comma-spacing
  1289. 32:8944 error A space is required after ',' comma-spacing
  1290. 32:8951 error A space is required after ',' comma-spacing
  1291. 32:8953 error A space is required after ',' comma-spacing
  1292. 32:8967 error A space is required after ',' comma-spacing
  1293. 32:8992 error A space is required after ',' comma-spacing
  1294. 32:9017 error A space is required after ',' comma-spacing
  1295. 32:9021 error Missing whitespace after semicolon semi-spacing
  1296. 32:9040 error Missing whitespace after semicolon semi-spacing
  1297. 32:9062 error Missing whitespace after semicolon semi-spacing
  1298. 32:9063 error Expected space(s) after "for" keyword-spacing
  1299. 32:9071 error Missing whitespace after semicolon semi-spacing
  1300. 32:9120 error Missing whitespace after semicolon semi-spacing
  1301. 32:9192 error A space is required after ',' comma-spacing
  1302. 32:9204 error A space is required after ',' comma-spacing
  1303. 32:9210 error Use the spread operator instead of '.apply()' prefer-spread
  1304. 32:9238 error A space is required after ',' comma-spacing
  1305. 32:9241 error A space is required after ',' comma-spacing
  1306. 32:9303 error A space is required after ',' comma-spacing
  1307. 32:9329 error Missing semicolon semi
  1308. 32:9329 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1309. 32:9330 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1310. 32:9331 error Expected space(s) before "function" keyword-spacing
  1311. 32:9331 error Missing JSDoc comment require-jsdoc
  1312. 32:9345 error Missing space before opening brace space-before-blocks
  1313. 32:9345 error Statement inside of curly braces should be on next line brace-style
  1314. 32:9346 error Split 'var' declarations into multiple statements one-var
  1315. 32:9351 error A space is required after ',' comma-spacing
  1316. 32:9353 error A space is required after ',' comma-spacing
  1317. 32:9355 error A space is required after ',' comma-spacing
  1318. 32:9357 error A space is required after ',' comma-spacing
  1319. 32:9359 error A space is required after ',' comma-spacing
  1320. 32:9361 error A space is required after ',' comma-spacing
  1321. 32:9363 error Missing whitespace after semicolon semi-spacing
  1322. 32:9370 error A space is required after ',' comma-spacing
  1323. 32:9408 error A space is required after ',' comma-spacing
  1324. 32:9412 error A space is required after ',' comma-spacing
  1325. 32:9422 error A space is required after ',' comma-spacing
  1326. 32:9431 error A space is required after ',' comma-spacing
  1327. 32:9435 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1328. 32:9439 error A space is required after ',' comma-spacing
  1329. 32:9441 error A space is required after ',' comma-spacing
  1330. 32:9450 error A space is required after ',' comma-spacing
  1331. 32:9459 error A space is required after ',' comma-spacing
  1332. 32:9462 error A space is required after ',' comma-spacing
  1333. 32:9471 error A space is required after ',' comma-spacing
  1334. 32:9498 error A space is required after ',' comma-spacing
  1335. 32:9520 error A space is required after ',' comma-spacing
  1336. 32:9530 error A space is required after ',' comma-spacing
  1337. 32:9539 error A space is required after ',' comma-spacing
  1338. 32:9543 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1339. 32:9547 error A space is required after ',' comma-spacing
  1340. 32:9549 error A space is required after ',' comma-spacing
  1341. 32:9558 error A space is required after ',' comma-spacing
  1342. 32:9567 error A space is required after ',' comma-spacing
  1343. 32:9570 error A space is required after ',' comma-spacing
  1344. 32:9587 error A space is required after ',' comma-spacing
  1345. 32:9618 error A space is required after ',' comma-spacing
  1346. 32:9625 error A space is required after ',' comma-spacing
  1347. 32:9627 error A space is required after ',' comma-spacing
  1348. 32:9629 error A space is required after ',' comma-spacing
  1349. 32:9631 error A space is required after ',' comma-spacing
  1350. 32:9634 error A space is required after ',' comma-spacing
  1351. 32:9650 error A space is required after ',' comma-spacing
  1352. 32:9675 error Missing semicolon semi
  1353. 32:9675 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1354. 32:9676 error Expected space(s) before "function" keyword-spacing
  1355. 32:9676 error Missing JSDoc comment require-jsdoc
  1356. 32:9690 error Statement inside of curly braces should be on next line brace-style
  1357. 32:9690 error Missing space before opening brace space-before-blocks
  1358. 32:9691 error Expected space(s) after "if" keyword-spacing
  1359. 32:9712 error Expected space(s) before "return" keyword-spacing
  1360. 32:9729 error Missing whitespace after semicolon semi-spacing
  1361. 32:9737 error A space is required after ',' comma-spacing
  1362. 32:9751 error Missing whitespace after semicolon semi-spacing
  1363. 32:9752 error Split 'var' declarations into multiple statements one-var
  1364. 32:9757 error A space is required after ',' comma-spacing
  1365. 32:9759 error A space is required after ',' comma-spacing
  1366. 32:9761 error A space is required after ',' comma-spacing
  1367. 32:9763 error A space is required after ',' comma-spacing
  1368. 32:9765 error A space is required after ',' comma-spacing
  1369. 32:9768 error Strings must use singlequote quotes
  1370. 32:9775 error A space is required after ',' comma-spacing
  1371. 32:9786 error A space is required after ',' comma-spacing
  1372. 32:9790 error Missing whitespace after semicolon semi-spacing
  1373. 32:9791 error Expected space(s) after "for" keyword-spacing
  1374. 32:9797 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1375. 32:9803 error A space is required after ',' comma-spacing
  1376. 32:9828 error A space is required after ',' comma-spacing
  1377. 32:9832 error Missing whitespace after semicolon semi-spacing
  1378. 32:9843 error Missing whitespace after semicolon semi-spacing
  1379. 32:9854 error A space is required after ',' comma-spacing
  1380. 32:9866 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1381. 32:9869 error A space is required after ',' comma-spacing
  1382. 32:9881 error A space is required after ',' comma-spacing
  1383. 32:9898 error A space is required after ',' comma-spacing
  1384. 32:9912 error A space is required after ',' comma-spacing
  1385. 32:9949 error A space is required after ',' comma-spacing
  1386. 32:9982 error A space is required after ',' comma-spacing
  1387. 32:9995 error A space is required after ',' comma-spacing
  1388. 32:10044 error A space is required after ',' comma-spacing
  1389. 32:10045 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1390. 32:10048 error A space is required after ',' comma-spacing
  1391. 32:10050 error A space is required after ',' comma-spacing
  1392. 32:10095 error Missing whitespace after semicolon semi-spacing
  1393. 32:10118 error A space is required after ',' comma-spacing
  1394. 32:10155 error A space is required after ',' comma-spacing
  1395. 32:10222 error A space is required after ',' comma-spacing
  1396. 32:10244 error A space is required after ',' comma-spacing
  1397. 32:10253 error A space is required after ',' comma-spacing
  1398. 32:10266 error A space is required after ',' comma-spacing
  1399. 32:10272 error A space is required after ',' comma-spacing
  1400. 32:10277 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1401. 32:10277 error Missing semicolon semi
  1402. 32:10278 error Missing JSDoc comment require-jsdoc
  1403. 32:10278 error Expected space(s) before "function" keyword-spacing
  1404. 32:10291 error A space is required after ',' comma-spacing
  1405. 32:10293 error A space is required after ',' comma-spacing
  1406. 32:10296 error Missing space before opening brace space-before-blocks
  1407. 32:10296 error Statement inside of curly braces should be on next line brace-style
  1408. 32:10302 error Missing whitespace after semicolon semi-spacing
  1409. 32:10357 error A space is required after ',' comma-spacing
  1410. 32:10386 error A space is required after ',' comma-spacing
  1411. 32:10403 error A space is required after ',' comma-spacing
  1412. 32:10420 error A space is required after ',' comma-spacing
  1413. 32:10425 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1414. 32:10425 error Missing semicolon semi
  1415. 32:10426 error Missing JSDoc comment require-jsdoc
  1416. 32:10426 error Expected space(s) before "function" keyword-spacing
  1417. 32:10440 error Missing space before opening brace space-before-blocks
  1418. 32:10440 error Statement inside of curly braces should be on next line brace-style
  1419. 32:10441 error Split 'var' declarations into multiple statements one-var
  1420. 32:10446 error A space is required after ',' comma-spacing
  1421. 32:10448 error A space is required after ',' comma-spacing
  1422. 32:10450 error A space is required after ',' comma-spacing
  1423. 32:10452 error A space is required after ',' comma-spacing
  1424. 32:10454 error Missing whitespace after semicolon semi-spacing
  1425. 32:10455 error Expected space(s) after "if" keyword-spacing
  1426. 32:10474 error Expected space(s) before "return" keyword-spacing
  1427. 32:10502 error A space is required after ',' comma-spacing
  1428. 32:10527 error Missing whitespace after semicolon semi-spacing
  1429. 32:10528 error Expected space(s) after "for" keyword-spacing
  1430. 32:10535 error Missing whitespace after semicolon semi-spacing
  1431. 32:10549 error Missing whitespace after semicolon semi-spacing
  1432. 32:10557 error A space is required after ',' comma-spacing
  1433. 32:10564 error A space is required after ',' comma-spacing
  1434. 32:10567 error A space is required after ',' comma-spacing
  1435. 32:10606 error A space is required after ',' comma-spacing
  1436. 32:10619 error A space is required after ',' comma-spacing
  1437. 32:10625 error A space is required after ',' comma-spacing
  1438. 32:10654 error A space is required after ',' comma-spacing
  1439. 32:10685 error A space is required after ',' comma-spacing
  1440. 32:10698 error A space is required after ',' comma-spacing
  1441. 32:10719 error A space is required after ',' comma-spacing
  1442. 32:10725 error Missing whitespace after semicolon semi-spacing
  1443. 32:10729 error A space is required after ',' comma-spacing
  1444. 32:10735 error Missing semicolon semi
  1445. 32:10735 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1446. 32:10736 error Expected space(s) before "function" keyword-spacing
  1447. 32:10736 error Missing JSDoc comment require-jsdoc
  1448. 32:10750 error Missing space before opening brace space-before-blocks
  1449. 32:10750 error Statement inside of curly braces should be on next line brace-style
  1450. 32:10751 error Expected space(s) after "if" keyword-spacing
  1451. 32:10760 error Statement inside of curly braces should be on next line brace-style
  1452. 32:10760 error Missing space before opening brace space-before-blocks
  1453. 32:10767 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1454. 32:10774 error Missing whitespace after semicolon semi-spacing
  1455. 32:10787 error A space is required after ',' comma-spacing
  1456. 32:10795 error A space is required after ',' comma-spacing
  1457. 32:10809 error A space is required after ',' comma-spacing
  1458. 32:10816 error A space is required after ',' comma-spacing
  1459. 32:10825 error A space is required after ',' comma-spacing
  1460. 32:10834 error A space is required after ',' comma-spacing
  1461. 32:10849 error A space is required after ',' comma-spacing
  1462. 32:10855 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1463. 32:10855 error Missing semicolon semi
  1464. 32:10856 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1465. 32:10857 error Expected space(s) before "function" keyword-spacing
  1466. 32:10857 error Missing JSDoc comment require-jsdoc
  1467. 32:10871 error Statement inside of curly braces should be on next line brace-style
  1468. 32:10871 error Missing space before opening brace space-before-blocks
  1469. 32:10882 error A constructor name should not start with a lowercase letter new-cap
  1470. 32:10886 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1471. 32:10893 error Missing whitespace after semicolon semi-spacing
  1472. 32:10921 error A space is required after ',' comma-spacing
  1473. 32:10922 error Strings must use singlequote quotes
  1474. 32:10926 error A space is required after ',' comma-spacing
  1475. 32:10945 error A space is required after ',' comma-spacing
  1476. 32:10947 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1477. 32:10947 error Missing semicolon semi
  1478. 32:10948 error Missing JSDoc comment require-jsdoc
  1479. 32:10948 error Expected space(s) before "function" keyword-spacing
  1480. 32:10962 error Missing space before opening brace space-before-blocks
  1481. 32:10962 error Statement inside of curly braces should be on next line brace-style
  1482. 32:10963 error Split 'var' declarations into multiple statements one-var
  1483. 32:10973 error A space is required after ',' comma-spacing
  1484. 32:10980 error Missing whitespace after semicolon semi-spacing
  1485. 32:11016 error A space is required after ',' comma-spacing
  1486. 32:11039 error Strings must use singlequote quotes
  1487. 32:11059 error Missing space before value for key 'nullInput' key-spacing
  1488. 32:11065 error Strings must use singlequote quotes
  1489. 32:11115 error A space is required after ',' comma-spacing
  1490. 32:11125 error A constructor name should not start with a lowercase letter new-cap
  1491. 32:11165 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1492. 32:11170 error A space is required after ',' comma-spacing
  1493. 32:11174 error Missing semicolon semi
  1494. 32:11174 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1495. 32:11175 error Expected space(s) before "function" keyword-spacing
  1496. 32:11175 error Missing JSDoc comment require-jsdoc
  1497. 32:11189 error Missing space before opening brace space-before-blocks
  1498. 32:11189 error Statement inside of curly braces should be on next line brace-style
  1499. 32:11200 error Missing whitespace after semicolon semi-spacing
  1500. 32:11249 error Strings must use singlequote quotes
  1501. 32:11297 error A space is required after ',' comma-spacing
  1502. 32:11309 error Missing space before opening brace space-before-blocks
  1503. 32:11309 error Statement inside of curly braces should be on next line brace-style
  1504. 32:11327 error A space is required after ',' comma-spacing
  1505. 32:11331 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1506. 32:11331 error Missing semicolon semi
  1507. 32:11333 error A space is required after ',' comma-spacing
  1508. 32:11341 error Strings must use singlequote quotes
  1509. 32:11366 error Strings must use singlequote quotes
  1510. 32:11430 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1511. 32:11430 error Missing semicolon semi
  1512. 32:11431 error Missing JSDoc comment require-jsdoc
  1513. 32:11431 error Expected space(s) before "function" keyword-spacing
  1514. 32:11444 error A space is required after ',' comma-spacing
  1515. 32:11446 error A space is required after ',' comma-spacing
  1516. 32:11448 error A space is required after ',' comma-spacing
  1517. 32:11450 error A space is required after ',' comma-spacing
  1518. 32:11453 error Statement inside of curly braces should be on next line brace-style
  1519. 32:11453 error Missing space before opening brace space-before-blocks
  1520. 32:11462 error Missing whitespace after semicolon semi-spacing
  1521. 32:11463 error Expected space(s) after "return" keyword-spacing
  1522. 32:11469 error Strings must use singlequote quotes
  1523. 32:11494 error A space is required after ',' comma-spacing
  1524. 32:11504 error A space is required after ',' comma-spacing
  1525. 32:11526 error A space is required after ',' comma-spacing
  1526. 32:11547 error A space is required after ',' comma-spacing
  1527. 32:11554 error A space is required after ',' comma-spacing
  1528. 32:11561 error A space is required after ',' comma-spacing
  1529. 32:11568 error A space is required after ',' comma-spacing
  1530. 32:11580 error A space is required after ',' comma-spacing
  1531. 32:11586 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1532. 32:11586 error Missing semicolon semi
  1533. 32:11587 error Missing JSDoc comment require-jsdoc
  1534. 32:11587 error Expected space(s) before "function" keyword-spacing
  1535. 32:11600 error A space is required after ',' comma-spacing
  1536. 32:11602 error A space is required after ',' comma-spacing
  1537. 32:11604 error A space is required after ',' comma-spacing
  1538. 32:11607 error Missing space before opening brace space-before-blocks
  1539. 32:11607 error Statement inside of curly braces should be on next line brace-style
  1540. 32:11615 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1541. 32:11619 error A space is required after ',' comma-spacing
  1542. 32:11621 error A space is required after ',' comma-spacing
  1543. 32:11623 error A space is required after ',' comma-spacing
  1544. 32:11625 error A space is required after ',' comma-spacing
  1545. 32:11629 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1546. 32:11629 error Missing semicolon semi
  1547. 32:11630 error Expected space(s) before "function" keyword-spacing
  1548. 32:11630 error Missing JSDoc comment require-jsdoc
  1549. 32:11643 error A space is required after ',' comma-spacing
  1550. 32:11646 error Statement inside of curly braces should be on next line brace-style
  1551. 32:11646 error Missing space before opening brace space-before-blocks
  1552. 32:11647 error Split 'var' declarations into multiple statements one-var
  1553. 32:11652 error A space is required after ',' comma-spacing
  1554. 32:11654 error Missing whitespace after semicolon semi-spacing
  1555. 32:11655 error Expected space(s) after "if" keyword-spacing
  1556. 32:11689 error A space is required after ',' comma-spacing
  1557. 32:11700 error Expected space(s) before "return" keyword-spacing
  1558. 32:11707 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1559. 32:11711 error Missing whitespace after semicolon semi-spacing
  1560. 32:11712 error Expected space(s) after "for" keyword-spacing
  1561. 32:11722 error A space is required after ',' comma-spacing
  1562. 32:11726 error Missing whitespace after semicolon semi-spacing
  1563. 32:11737 error Missing whitespace after semicolon semi-spacing
  1564. 32:11781 error Missing whitespace after semicolon semi-spacing
  1565. 32:11790 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1566. 32:11790 error Missing semicolon semi
  1567. 32:11791 error Expected space(s) before "function" keyword-spacing
  1568. 32:11791 error Missing JSDoc comment require-jsdoc
  1569. 32:11804 error Statement inside of curly braces should be on next line brace-style
  1570. 32:11804 error Missing space before opening brace space-before-blocks
  1571. 32:11825 error Use the rest parameters instead of 'arguments' prefer-rest-params
  1572. 32:11834 error A space is required after ',' comma-spacing
  1573. 32:11837 error Missing whitespace after semicolon semi-spacing
  1574. 32:11845 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1575. 32:11848 error Strings must use singlequote quotes
  1576. 32:11858 error A space is required after ',' comma-spacing
  1577. 32:11861 error Missing semicolon semi
  1578. 32:11861 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1579. 32:11862 error Expected space(s) before "function" keyword-spacing
  1580. 32:11862 error Missing JSDoc comment require-jsdoc
  1581. 32:11875 error Missing space before opening brace space-before-blocks
  1582. 32:11875 error Statement inside of curly braces should be on next line brace-style
  1583. 32:11896 error Use the rest parameters instead of 'arguments' prefer-rest-params
  1584. 32:11905 error A space is required after ',' comma-spacing
  1585. 32:11908 error Missing whitespace after semicolon semi-spacing
  1586. 32:11916 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1587. 32:11919 error Strings must use singlequote quotes
  1588. 32:11928 error A space is required after ',' comma-spacing
  1589. 32:11931 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1590. 32:11931 error Missing semicolon semi
  1591. 32:11932 error Missing JSDoc comment require-jsdoc
  1592. 32:11932 error Expected space(s) before "function" keyword-spacing
  1593. 32:11946 error Statement inside of curly braces should be on next line brace-style
  1594. 32:11946 error Missing space before opening brace space-before-blocks
  1595. 32:11947 error Split 'var' declarations into multiple statements one-var
  1596. 32:11953 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1597. 32:11957 error A space is required after ',' comma-spacing
  1598. 32:11969 error A space is required after ',' comma-spacing
  1599. 32:11984 error A space is required after ',' comma-spacing
  1600. 32:11997 error A space is required after ',' comma-spacing
  1601. 32:12009 error A space is required after ',' comma-spacing
  1602. 32:12020 error A space is required after ',' comma-spacing
  1603. 32:12032 error A space is required after ',' comma-spacing
  1604. 32:12046 error A space is required after ',' comma-spacing
  1605. 32:12060 error A space is required after ',' comma-spacing
  1606. 32:12079 error Missing whitespace after semicolon semi-spacing
  1607. 32:12120 error A space is required after ',' comma-spacing
  1608. 32:12138 error A space is required after ',' comma-spacing
  1609. 32:12163 error A space is required after ',' comma-spacing
  1610. 32:12177 error A space is required after ',' comma-spacing
  1611. 32:12194 error A space is required after ',' comma-spacing
  1612. 32:12209 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1613. 32:12209 error Missing semicolon semi
  1614. 32:12210 error Expected space(s) before "function" keyword-spacing
  1615. 32:12210 error Missing JSDoc comment require-jsdoc
  1616. 32:12224 error Statement inside of curly braces should be on next line brace-style
  1617. 32:12224 error Missing space before opening brace space-before-blocks
  1618. 32:12247 error Missing semicolon semi
  1619. 32:12247 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1620. 32:12248 error Expected space(s) before "function" keyword-spacing
  1621. 32:12248 error Missing JSDoc comment require-jsdoc
  1622. 32:12261 error A space is required after ',' comma-spacing
  1623. 32:12264 error Statement inside of curly braces should be on next line brace-style
  1624. 32:12264 error Missing space before opening brace space-before-blocks
  1625. 32:12265 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1626. 32:12268 error A space is required after ',' comma-spacing
  1627. 32:12270 error A space is required after ',' comma-spacing
  1628. 32:12272 error A space is required after ',' comma-spacing
  1629. 32:12283 error Statement inside of curly braces should be on next line brace-style
  1630. 32:12283 error Missing space before opening brace space-before-blocks
  1631. 32:12284 error Split 'var' declarations into multiple statements one-var
  1632. 32:12290 error Unexpected 'this' no-invalid-this
  1633. 32:12306 error A space is required after ',' comma-spacing
  1634. 32:12309 error Strings must use singlequote quotes
  1635. 32:12312 error Missing whitespace after semicolon semi-spacing
  1636. 32:12330 error A space is required after ',' comma-spacing
  1637. 32:12333 error Strings must use singlequote quotes
  1638. 32:12337 error A space is required after ',' comma-spacing
  1639. 32:12340 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1640. 32:12350 error A space is required after ',' comma-spacing
  1641. 32:12356 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1642. 32:12364 error A space is required after ',' comma-spacing
  1643. 32:12367 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1644. 32:12367 error Missing semicolon semi
  1645. 32:12369 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1646. 32:12369 error Missing semicolon semi
  1647. 32:12370 error Missing JSDoc comment require-jsdoc
  1648. 32:12370 error Expected space(s) before "function" keyword-spacing
  1649. 32:12384 error Missing space before opening brace space-before-blocks
  1650. 32:12384 error Statement inside of curly braces should be on next line brace-style
  1651. 32:12385 error Split 'var' declarations into multiple statements one-var
  1652. 32:12395 error Strings must use singlequote quotes
  1653. 32:12412 error A space is required after ',' comma-spacing
  1654. 32:12432 error A space is required after ',' comma-spacing
  1655. 32:12438 error Strings must use singlequote quotes
  1656. 32:12454 error Strings must use singlequote quotes
  1657. 32:12457 error A space is required after ',' comma-spacing
  1658. 32:12459 error A space is required after ',' comma-spacing
  1659. 32:12462 error A space is required after ',' comma-spacing
  1660. 32:12483 error Missing whitespace after semicolon semi-spacing
  1661. 32:12484 error Expected space(s) after "return" keyword-spacing
  1662. 32:12490 error Strings must use singlequote quotes
  1663. 32:12505 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1664. 32:12505 error Missing semicolon semi
  1665. 32:12506 error Expected space(s) before "function" keyword-spacing
  1666. 32:12506 error Missing JSDoc comment require-jsdoc
  1667. 32:12519 error A space is required after ',' comma-spacing
  1668. 32:12522 error Statement inside of curly braces should be on next line brace-style
  1669. 32:12522 error Missing space before opening brace space-before-blocks
  1670. 32:12523 error Split 'var' declarations into multiple statements one-var
  1671. 32:12528 error A space is required after ',' comma-spacing
  1672. 32:12530 error Missing whitespace after semicolon semi-spacing
  1673. 32:12559 error A space is required after ',' comma-spacing
  1674. 32:12578 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1675. 32:12587 error A space is required after ',' comma-spacing
  1676. 32:12609 error A space is required after ',' comma-spacing
  1677. 32:12626 error A space is required after ',' comma-spacing
  1678. 32:12630 error A space is required after ',' comma-spacing
  1679. 32:12634 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1680. 32:12647 error Missing semicolon semi
  1681. 32:12647 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1682. 32:12648 error Missing JSDoc comment require-jsdoc
  1683. 32:12648 error Expected space(s) before "function" keyword-spacing
  1684. 32:12662 error Missing space before opening brace space-before-blocks
  1685. 32:12662 error Statement inside of curly braces should be on next line brace-style
  1686. 32:12713 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1687. 32:12713 error Missing semicolon semi
  1688. 32:12714 error Expected space(s) before "function" keyword-spacing
  1689. 32:12714 error Missing JSDoc comment require-jsdoc
  1690. 32:12727 error A space is required after ',' comma-spacing
  1691. 32:12730 error Missing space before opening brace space-before-blocks
  1692. 32:12730 error Statement inside of curly braces should be on next line brace-style
  1693. 32:12731 error Split 'var' declarations into multiple statements one-var
  1694. 32:12736 error A space is required after ',' comma-spacing
  1695. 32:12754 error Missing whitespace after semicolon semi-spacing
  1696. 32:12771 error Strings must use singlequote quotes
  1697. 32:12794 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1698. 32:12800 error A space is required after ',' comma-spacing
  1699. 32:12825 error A space is required after ',' comma-spacing
  1700. 32:12846 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1701. 32:12855 error A space is required after ',' comma-spacing
  1702. 32:12870 error A space is required after ',' comma-spacing
  1703. 32:12885 error A space is required after ',' comma-spacing
  1704. 32:12905 error A space is required after ',' comma-spacing
  1705. 32:12906 error Strings must use singlequote quotes
  1706. 32:12910 error A space is required after ',' comma-spacing
  1707. 32:12953 error A space is required after ',' comma-spacing
  1708. 32:12954 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1709. 32:12960 error A space is required after ',' comma-spacing
  1710. 32:12961 error Strings must use singlequote quotes
  1711. 32:12965 error A space is required after ',' comma-spacing
  1712. 32:12967 error A space is required after ',' comma-spacing
  1713. 32:13022 error A space is required after ',' comma-spacing
  1714. 32:13042 error A space is required after ',' comma-spacing
  1715. 32:13046 error A space is required after ',' comma-spacing
  1716. 32:13076 error A space is required after ',' comma-spacing
  1717. 32:13097 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1718. 32:13105 error Missing semicolon semi
  1719. 32:13105 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1720. 32:13106 error Expected space(s) before "function" keyword-spacing
  1721. 32:13106 error Missing JSDoc comment require-jsdoc
  1722. 32:13119 error A space is required after ',' comma-spacing
  1723. 32:13122 error Statement inside of curly braces should be on next line brace-style
  1724. 32:13122 error Missing space before opening brace space-before-blocks
  1725. 32:13139 error Strings must use singlequote quotes
  1726. 32:13165 error A space is required after ',' comma-spacing
  1727. 32:13182 error A space is required after ',' comma-spacing
  1728. 32:13185 error A space is required after ',' comma-spacing
  1729. 32:13209 error Missing semicolon semi
  1730. 32:13209 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1731. 32:13210 error Missing JSDoc comment require-jsdoc
  1732. 32:13210 error Expected space(s) before "function" keyword-spacing
  1733. 32:13224 error Missing space before opening brace space-before-blocks
  1734. 32:13224 error Statement inside of curly braces should be on next line brace-style
  1735. 32:13248 error A space is required after ',' comma-spacing
  1736. 32:13251 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1737. 32:13251 error Missing semicolon semi
  1738. 32:13252 error Expected space(s) before "function" keyword-spacing
  1739. 32:13252 error Missing JSDoc comment require-jsdoc
  1740. 32:13266 error Statement inside of curly braces should be on next line brace-style
  1741. 32:13266 error Missing space before opening brace space-before-blocks
  1742. 32:13304 error A space is required after ',' comma-spacing
  1743. 32:13307 error A space is required after ',' comma-spacing
  1744. 32:13322 error A space is required after ',' comma-spacing
  1745. 32:13340 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1746. 32:13348 error A space is required after ',' comma-spacing
  1747. 32:13349 error Strings must use singlequote quotes
  1748. 32:13354 error A space is required after ',' comma-spacing
  1749. 32:13359 error Missing semicolon semi
  1750. 32:13359 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1751. 32:13360 error Expected space(s) before "function" keyword-spacing
  1752. 32:13360 error Missing JSDoc comment require-jsdoc
  1753. 32:13373 error Statement inside of curly braces should be on next line brace-style
  1754. 32:13373 error Missing space before opening brace space-before-blocks
  1755. 32:13417 error Strings must use singlequote quotes
  1756. 32:13458 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1757. 32:13470 error A space is required after ',' comma-spacing
  1758. 32:13475 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1759. 32:13475 error Missing semicolon semi
  1760. 32:13476 error Missing JSDoc comment require-jsdoc
  1761. 32:13476 error Expected space(s) before "function" keyword-spacing
  1762. 32:13490 error Statement inside of curly braces should be on next line brace-style
  1763. 32:13490 error Missing space before opening brace space-before-blocks
  1764. 32:13502 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1765. 32:13521 error A space is required after ',' comma-spacing
  1766. 32:13549 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1767. 32:13549 error Missing semicolon semi
  1768. 32:13550 error Expected space(s) before "function" keyword-spacing
  1769. 32:13550 error Missing JSDoc comment require-jsdoc
  1770. 32:13563 error Statement inside of curly braces should be on next line brace-style
  1771. 32:13563 error Missing space before opening brace space-before-blocks
  1772. 32:13588 error Expected space(s) before "this" keyword-spacing
  1773. 32:13640 error Expected space(s) before "this" keyword-spacing
  1774. 32:13673 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1775. 32:13673 error Missing semicolon semi
  1776. 32:13674 error Expected space(s) before "function" keyword-spacing
  1777. 32:13674 error Missing JSDoc comment require-jsdoc
  1778. 32:13687 error Statement inside of curly braces should be on next line brace-style
  1779. 32:13687 error Missing space before opening brace space-before-blocks
  1780. 32:13688 error Expected space(s) after "if" keyword-spacing
  1781. 32:13691 error Strings must use singlequote quotes
  1782. 32:13730 error Expected space(s) before "return" keyword-spacing
  1783. 32:13755 error Missing whitespace after semicolon semi-spacing
  1784. 32:13764 error Missing whitespace after semicolon semi-spacing
  1785. 32:13765 error Expected space(s) after "if" keyword-spacing
  1786. 32:13771 error A space is required after ',' comma-spacing
  1787. 32:13777 error A space is required after ',' comma-spacing
  1788. 32:13780 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1789. 32:13785 error A space is required after ',' comma-spacing
  1790. 32:13791 error Statement inside of curly braces should be on next line brace-style
  1791. 32:13791 error Missing space before opening brace space-before-blocks
  1792. 32:13815 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1793. 32:13823 error Missing whitespace after semicolon semi-spacing
  1794. 32:13865 error A space is required after ',' comma-spacing
  1795. 32:13880 error Missing semicolon semi
  1796. 32:13880 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1797. 32:13881 error Expected space(s) before "else" keyword-spacing
  1798. 32:13907 error Missing whitespace after semicolon semi-spacing
  1799. 32:13933 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1800. 32:13933 error Missing semicolon semi
  1801. 32:13934 error Missing JSDoc comment require-jsdoc
  1802. 32:13934 error Expected space(s) before "function" keyword-spacing
  1803. 32:13947 error Missing space before opening brace space-before-blocks
  1804. 32:13947 error Statement inside of curly braces should be on next line brace-style
  1805. 32:13948 error Expected space(s) after "return" keyword-spacing
  1806. 32:13966 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1807. 32:13966 error Missing semicolon semi
  1808. 32:13967 error Expected space(s) before "function" keyword-spacing
  1809. 32:13967 error Missing JSDoc comment require-jsdoc
  1810. 32:13980 error Missing space before opening brace space-before-blocks
  1811. 32:13980 error Statement inside of curly braces should be on next line brace-style
  1812. 32:13999 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1813. 32:13999 error Missing semicolon semi
  1814. 32:14000 error Expected space(s) before "function" keyword-spacing
  1815. 32:14000 error Missing JSDoc comment require-jsdoc
  1816. 32:14013 error Missing space before opening brace space-before-blocks
  1817. 32:14013 error Statement inside of curly braces should be on next line brace-style
  1818. 32:14050 error Missing semicolon semi
  1819. 32:14050 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1820. 32:14051 error Missing JSDoc comment require-jsdoc
  1821. 32:14051 error Expected space(s) before "function" keyword-spacing
  1822. 32:14064 error A space is required after ',' comma-spacing
  1823. 32:14067 error Missing space before opening brace space-before-blocks
  1824. 32:14067 error Statement inside of curly braces should be on next line brace-style
  1825. 32:14068 error Split 'var' declarations into multiple statements one-var
  1826. 32:14073 error A space is required after ',' comma-spacing
  1827. 32:14075 error A space is required after ',' comma-spacing
  1828. 32:14077 error A space is required after ',' comma-spacing
  1829. 32:14081 error A space is required after ',' comma-spacing
  1830. 32:14088 error Missing whitespace after semicolon semi-spacing
  1831. 32:14096 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1832. 32:14108 error Missing space before value for key 'ms' key-spacing
  1833. 32:14123 error A space is required after ',' comma-spacing
  1834. 32:14126 error Missing space before value for key 'd' key-spacing
  1835. 32:14133 error A space is required after ',' comma-spacing
  1836. 32:14136 error Missing space before value for key 'M' key-spacing
  1837. 32:14147 error Strings must use singlequote quotes
  1838. 32:14171 error A space is required after ',' comma-spacing
  1839. 32:14217 error Strings must use singlequote quotes
  1840. 32:14232 error A space is required after ',' comma-spacing
  1841. 32:14238 error Missing space before value for key 'y' key-spacing
  1842. 32:14239 error A space is required after ',' comma-spacing
  1843. 32:14242 error Missing space before value for key 'd' key-spacing
  1844. 32:14252 error A space is required after ',' comma-spacing
  1845. 32:14255 error Missing space before value for key 'h' key-spacing
  1846. 32:14265 error A space is required after ',' comma-spacing
  1847. 32:14268 error Missing space before value for key 'm' key-spacing
  1848. 32:14278 error A space is required after ',' comma-spacing
  1849. 32:14281 error Missing space before value for key 's' key-spacing
  1850. 32:14291 error A space is required after ',' comma-spacing
  1851. 32:14295 error Missing space before value for key 'ms' key-spacing
  1852. 32:14326 error Strings must use singlequote quotes
  1853. 32:14341 error A space is required after ',' comma-spacing
  1854. 32:14347 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1855. 32:14347 error Missing space before value for key 'y' key-spacing
  1856. 32:14354 error A space is required after ',' comma-spacing
  1857. 32:14357 error A space is required after ',' comma-spacing
  1858. 32:14360 error Missing space before value for key 'M' key-spacing
  1859. 32:14360 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1860. 32:14367 error A space is required after ',' comma-spacing
  1861. 32:14370 error A space is required after ',' comma-spacing
  1862. 32:14373 error Missing space before value for key 'd' key-spacing
  1863. 32:14373 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1864. 32:14380 error A space is required after ',' comma-spacing
  1865. 32:14383 error A space is required after ',' comma-spacing
  1866. 32:14386 error Missing space before value for key 'h' key-spacing
  1867. 32:14386 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1868. 32:14393 error A space is required after ',' comma-spacing
  1869. 32:14396 error A space is required after ',' comma-spacing
  1870. 32:14399 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1871. 32:14399 error Missing space before value for key 'm' key-spacing
  1872. 32:14406 error A space is required after ',' comma-spacing
  1873. 32:14409 error A space is required after ',' comma-spacing
  1874. 32:14412 error Missing space before value for key 's' key-spacing
  1875. 32:14412 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1876. 32:14419 error A space is required after ',' comma-spacing
  1877. 32:14422 error A space is required after ',' comma-spacing
  1878. 32:14425 error Missing space before value for key 'w' key-spacing
  1879. 32:14425 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1880. 32:14432 error A space is required after ',' comma-spacing
  1881. 32:14451 error Strings must use singlequote quotes
  1882. 32:14472 error Strings must use singlequote quotes
  1883. 32:14484 error Strings must use singlequote quotes
  1884. 32:14501 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1885. 32:14511 error A space is required after ',' comma-spacing
  1886. 32:14512 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1887. 32:14521 error A space is required after ',' comma-spacing
  1888. 32:14526 error A space is required after ',' comma-spacing
  1889. 32:14546 error A space is required after ',' comma-spacing
  1890. 32:14560 error A space is required after ',' comma-spacing
  1891. 32:14572 error A space is required after ',' comma-spacing
  1892. 32:14573 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1893. 32:14583 error A space is required after ',' comma-spacing
  1894. 32:14584 error Strings must use singlequote quotes
  1895. 32:14617 error A space is required after ',' comma-spacing
  1896. 32:14619 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1897. 32:14619 error Missing semicolon semi
  1898. 32:14620 error Expected space(s) before "function" keyword-spacing
  1899. 32:14620 error Missing JSDoc comment require-jsdoc
  1900. 32:14633 error A space is required after ',' comma-spacing
  1901. 32:14636 error Statement inside of curly braces should be on next line brace-style
  1902. 32:14636 error Missing space before opening brace space-before-blocks
  1903. 32:14667 error Strings must use singlequote quotes
  1904. 32:14670 error A space is required after ',' comma-spacing
  1905. 32:14671 error Strings must use singlequote quotes
  1906. 32:14676 error Missing whitespace after semicolon semi-spacing
  1907. 32:14677 error Expected space(s) after "return" keyword-spacing
  1908. 32:14699 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1909. 32:14699 error Missing semicolon semi
  1910. 32:14700 error Missing JSDoc comment require-jsdoc
  1911. 32:14700 error Expected space(s) before "function" keyword-spacing
  1912. 32:14713 error A space is required after ',' comma-spacing
  1913. 32:14716 error Missing space before opening brace space-before-blocks
  1914. 32:14716 error Statement inside of curly braces should be on next line brace-style
  1915. 32:14737 error Missing space before value for key 'milliseconds' key-spacing
  1916. 32:14738 error A space is required after ',' comma-spacing
  1917. 32:14746 error Missing space before value for key 'months' key-spacing
  1918. 32:14748 error Missing whitespace after semicolon semi-spacing
  1919. 32:14807 error A space is required after ',' comma-spacing
  1920. 32:14830 error A space is required after ',' comma-spacing
  1921. 32:14831 error Strings must use singlequote quotes
  1922. 32:14858 error A space is required after ',' comma-spacing
  1923. 32:14900 error A space is required after ',' comma-spacing
  1924. 32:14901 error Strings must use singlequote quotes
  1925. 32:14905 error A space is required after ',' comma-spacing
  1926. 32:14907 error Missing semicolon semi
  1927. 32:14907 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1928. 32:14908 error Expected space(s) before "function" keyword-spacing
  1929. 32:14908 error Missing JSDoc comment require-jsdoc
  1930. 32:14921 error A space is required after ',' comma-spacing
  1931. 32:14924 error Missing space before opening brace space-before-blocks
  1932. 32:14924 error Statement inside of curly braces should be on next line brace-style
  1933. 32:14930 error Missing whitespace after semicolon semi-spacing
  1934. 32:14940 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1935. 32:14944 error A space is required after ',' comma-spacing
  1936. 32:14947 error A space is required after ',' comma-spacing
  1937. 32:14968 error A space is required after ',' comma-spacing
  1938. 32:14979 error A space is required after ',' comma-spacing
  1939. 32:14982 error A space is required after ',' comma-spacing
  1940. 32:15013 error A space is required after ',' comma-spacing
  1941. 32:15033 error A space is required after ',' comma-spacing
  1942. 32:15035 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1943. 32:15035 error Missing semicolon semi
  1944. 32:15036 error Expected space(s) before "function" keyword-spacing
  1945. 32:15036 error Missing JSDoc comment require-jsdoc
  1946. 32:15049 error A space is required after ',' comma-spacing
  1947. 32:15052 error Missing space before opening brace space-before-blocks
  1948. 32:15052 error Statement inside of curly braces should be on next line brace-style
  1949. 32:15070 error A space is required after ',' comma-spacing
  1950. 32:15073 error Statement inside of curly braces should be on next line brace-style
  1951. 32:15073 error Missing space before opening brace space-before-blocks
  1952. 32:15074 error Split 'var' declarations into multiple statements one-var
  1953. 32:15079 error A space is required after ',' comma-spacing
  1954. 32:15081 error Missing whitespace after semicolon semi-spacing
  1955. 32:15115 error A space is required after ',' comma-spacing
  1956. 32:15116 error Strings must use singlequote quotes
  1957. 32:15130 error Strings must use singlequote quotes
  1958. 32:15187 error Strings must use singlequote quotes
  1959. 32:15207 error A space is required after ',' comma-spacing
  1960. 32:15211 error A space is required after ',' comma-spacing
  1961. 32:15215 error A space is required after ',' comma-spacing
  1962. 32:15220 error A space is required after ',' comma-spacing
  1963. 32:15223 error Strings must use singlequote quotes
  1964. 32:15246 error A space is required after ',' comma-spacing
  1965. 32:15249 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1966. 32:15253 error A space is required after ',' comma-spacing
  1967. 32:15256 error A space is required after ',' comma-spacing
  1968. 32:15260 error Unexpected 'this' no-invalid-this
  1969. 32:15264 error A space is required after ',' comma-spacing
  1970. 32:15266 error A space is required after ',' comma-spacing
  1971. 32:15269 error A space is required after ',' comma-spacing
  1972. 32:15270 error Unexpected 'this' no-invalid-this
  1973. 32:15274 error Missing semicolon semi
  1974. 32:15274 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1975. 32:15275 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  1976. 32:15275 error Missing semicolon semi
  1977. 32:15276 error Expected space(s) before "function" keyword-spacing
  1978. 32:15276 error Missing JSDoc comment require-jsdoc
  1979. 32:15289 error A space is required after ',' comma-spacing
  1980. 32:15291 error A space is required after ',' comma-spacing
  1981. 32:15293 error A space is required after ',' comma-spacing
  1982. 32:15296 error Statement inside of curly braces should be on next line brace-style
  1983. 32:15296 error Missing space before opening brace space-before-blocks
  1984. 32:15297 error Split 'var' declarations into multiple statements one-var
  1985. 32:15318 error A space is required after ',' comma-spacing
  1986. 32:15328 error A space is required after ',' comma-spacing
  1987. 32:15340 error Missing whitespace after semicolon semi-spacing
  1988. 32:15355 error A space is required after ',' comma-spacing
  1989. 32:15382 error A space is required after ',' comma-spacing
  1990. 32:15386 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1991. 32:15389 error A space is required after ',' comma-spacing
  1992. 32:15390 error Strings must use singlequote quotes
  1993. 32:15396 error A space is required after ',' comma-spacing
  1994. 32:15397 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1995. 32:15400 error A space is required after ',' comma-spacing
  1996. 32:15401 error Strings must use singlequote quotes
  1997. 32:15413 error A space is required after ',' comma-spacing
  1998. 32:15417 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  1999. 32:15420 error A space is required after ',' comma-spacing
  2000. 32:15421 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2001. 32:15424 error A space is required after ',' comma-spacing
  2002. 32:15425 error Strings must use singlequote quotes
  2003. 32:15438 error A space is required after ',' comma-spacing
  2004. 32:15458 error A space is required after ',' comma-spacing
  2005. 32:15464 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2006. 32:15464 error Missing semicolon semi
  2007. 32:15465 error Missing JSDoc comment require-jsdoc
  2008. 32:15465 error Expected space(s) before "function" keyword-spacing
  2009. 32:15478 error A space is required after ',' comma-spacing
  2010. 32:15481 error Missing space before opening brace space-before-blocks
  2011. 32:15481 error Statement inside of curly braces should be on next line brace-style
  2012. 32:15482 error Split 'var' declarations into multiple statements one-var
  2013. 32:15491 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2014. 32:15495 error A space is required after ',' comma-spacing
  2015. 32:15498 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2016. 32:15502 error A space is required after ',' comma-spacing
  2017. 32:15503 error Unexpected 'this' no-invalid-this
  2018. 32:15517 error Strings must use singlequote quotes
  2019. 32:15523 error A space is required after ',' comma-spacing
  2020. 32:15526 error Unexpected 'this' no-invalid-this
  2021. 32:15537 error A space is required after ',' comma-spacing
  2022. 32:15538 error Strings must use singlequote quotes
  2023. 32:15544 error A space is required after ',' comma-spacing
  2024. 32:15548 error A space is required after ',' comma-spacing
  2025. 32:15556 error Strings must use singlequote quotes
  2026. 32:15572 error Strings must use singlequote quotes
  2027. 32:15587 error Strings must use singlequote quotes
  2028. 32:15601 error Strings must use singlequote quotes
  2029. 32:15615 error Strings must use singlequote quotes
  2030. 32:15629 error Strings must use singlequote quotes
  2031. 32:15640 error Strings must use singlequote quotes
  2032. 32:15650 error Missing whitespace after semicolon semi-spacing
  2033. 32:15658 error Unexpected 'this' no-invalid-this
  2034. 32:15679 error Unexpected 'this' no-invalid-this
  2035. 32:15707 error A space is required after ',' comma-spacing
  2036. 32:15708 error Unexpected 'this' no-invalid-this
  2037. 32:15712 error A space is required after ',' comma-spacing
  2038. 32:15713 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2039. 32:15720 error Missing semicolon semi
  2040. 32:15720 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2041. 32:15721 error Expected space(s) before "function" keyword-spacing
  2042. 32:15721 error Missing JSDoc comment require-jsdoc
  2043. 32:15734 error Statement inside of curly braces should be on next line brace-style
  2044. 32:15734 error Missing space before opening brace space-before-blocks
  2045. 32:15746 error A constructor name should not start with a lowercase letter new-cap
  2046. 32:15748 error Unexpected 'this' no-invalid-this
  2047. 32:15753 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2048. 32:15753 error Missing semicolon semi
  2049. 32:15754 error Expected space(s) before "function" keyword-spacing
  2050. 32:15754 error Missing JSDoc comment require-jsdoc
  2051. 32:15767 error A space is required after ',' comma-spacing
  2052. 32:15770 error Missing space before opening brace space-before-blocks
  2053. 32:15770 error Statement inside of curly braces should be on next line brace-style
  2054. 32:15776 error Missing whitespace after semicolon semi-spacing
  2055. 32:15786 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2056. 32:15788 error Strings must use singlequote quotes
  2057. 32:15812 error Strings must use singlequote quotes
  2058. 32:15826 error A space is required after ',' comma-spacing
  2059. 32:15827 error Strings must use singlequote quotes
  2060. 32:15855 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2061. 32:15860 error A space is required after ',' comma-spacing
  2062. 32:15862 error Unexpected 'this' no-invalid-this
  2063. 32:15883 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2064. 32:15888 error A space is required after ',' comma-spacing
  2065. 32:15892 error Unexpected 'this' no-invalid-this
  2066. 32:15916 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2067. 32:15916 error Missing semicolon semi
  2068. 32:15917 error Missing JSDoc comment require-jsdoc
  2069. 32:15917 error Expected space(s) before "function" keyword-spacing
  2070. 32:15930 error A space is required after ',' comma-spacing
  2071. 32:15933 error Missing space before opening brace space-before-blocks
  2072. 32:15933 error Statement inside of curly braces should be on next line brace-style
  2073. 32:15939 error Missing whitespace after semicolon semi-spacing
  2074. 32:15949 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2075. 32:15951 error Strings must use singlequote quotes
  2076. 32:15975 error Strings must use singlequote quotes
  2077. 32:15989 error A space is required after ',' comma-spacing
  2078. 32:15990 error Strings must use singlequote quotes
  2079. 32:16018 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2080. 32:16023 error A space is required after ',' comma-spacing
  2081. 32:16028 error Unexpected 'this' no-invalid-this
  2082. 32:16046 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2083. 32:16051 error A space is required after ',' comma-spacing
  2084. 32:16053 error Unexpected 'this' no-invalid-this
  2085. 32:16077 error Missing semicolon semi
  2086. 32:16077 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2087. 32:16078 error Expected space(s) before "function" keyword-spacing
  2088. 32:16078 error Missing JSDoc comment require-jsdoc
  2089. 32:16091 error A space is required after ',' comma-spacing
  2090. 32:16093 error A space is required after ',' comma-spacing
  2091. 32:16096 error Statement inside of curly braces should be on next line brace-style
  2092. 32:16096 error Missing space before opening brace space-before-blocks
  2093. 32:16104 error Unexpected 'this' no-invalid-this
  2094. 32:16118 error A space is required after ',' comma-spacing
  2095. 32:16123 error Unexpected 'this' no-invalid-this
  2096. 32:16138 error A space is required after ',' comma-spacing
  2097. 32:16141 error Missing semicolon semi
  2098. 32:16141 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2099. 32:16142 error Missing JSDoc comment require-jsdoc
  2100. 32:16142 error Expected space(s) before "function" keyword-spacing
  2101. 32:16155 error A space is required after ',' comma-spacing
  2102. 32:16158 error Missing space before opening brace space-before-blocks
  2103. 32:16158 error Statement inside of curly braces should be on next line brace-style
  2104. 32:16164 error Missing whitespace after semicolon semi-spacing
  2105. 32:16174 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2106. 32:16179 error Strings must use singlequote quotes
  2107. 32:16193 error A space is required after ',' comma-spacing
  2108. 32:16194 error Strings must use singlequote quotes
  2109. 32:16222 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2110. 32:16227 error A space is required after ',' comma-spacing
  2111. 32:16229 error Unexpected 'this' no-invalid-this
  2112. 32:16244 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2113. 32:16249 error A space is required after ',' comma-spacing
  2114. 32:16251 error Unexpected 'this' no-invalid-this
  2115. 32:16283 error Unexpected 'this' no-invalid-this
  2116. 32:16305 error Missing semicolon semi
  2117. 32:16305 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2118. 32:16306 error Missing JSDoc comment require-jsdoc
  2119. 32:16306 error Expected space(s) before "function" keyword-spacing
  2120. 32:16319 error A space is required after ',' comma-spacing
  2121. 32:16321 error A space is required after ',' comma-spacing
  2122. 32:16324 error Statement inside of curly braces should be on next line brace-style
  2123. 32:16324 error Missing space before opening brace space-before-blocks
  2124. 32:16325 error Split 'var' declarations into multiple statements one-var
  2125. 32:16330 error A space is required after ',' comma-spacing
  2126. 32:16332 error A space is required after ',' comma-spacing
  2127. 32:16335 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2128. 32:16339 error A space is required after ',' comma-spacing
  2129. 32:16340 error Unexpected 'this' no-invalid-this
  2130. 32:16345 error A space is required after ',' comma-spacing
  2131. 32:16367 error Unexpected 'this' no-invalid-this
  2132. 32:16384 error Missing whitespace after semicolon semi-spacing
  2133. 32:16394 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2134. 32:16398 error A space is required after ',' comma-spacing
  2135. 32:16399 error Strings must use singlequote quotes
  2136. 32:16411 error Strings must use singlequote quotes
  2137. 32:16424 error Strings must use singlequote quotes
  2138. 32:16444 error Unexpected 'this' no-invalid-this
  2139. 32:16448 error A space is required after ',' comma-spacing
  2140. 32:16451 error A space is required after ',' comma-spacing
  2141. 32:16452 error Strings must use singlequote quotes
  2142. 32:16471 error Strings must use singlequote quotes
  2143. 32:16495 error Unexpected 'this' no-invalid-this
  2144. 32:16501 error A space is required after ',' comma-spacing
  2145. 32:16504 error Strings must use singlequote quotes
  2146. 32:16523 error Strings must use singlequote quotes
  2147. 32:16542 error Strings must use singlequote quotes
  2148. 32:16560 error Strings must use singlequote quotes
  2149. 32:16582 error Strings must use singlequote quotes
  2150. 32:16608 error A space is required after ',' comma-spacing
  2151. 32:16617 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2152. 32:16617 error Missing semicolon semi
  2153. 32:16618 error Missing JSDoc comment require-jsdoc
  2154. 32:16618 error Expected space(s) before "function" keyword-spacing
  2155. 32:16631 error A space is required after ',' comma-spacing
  2156. 32:16634 error Missing space before opening brace space-before-blocks
  2157. 32:16634 error Statement inside of curly braces should be on next line brace-style
  2158. 32:16635 error Split 'var' declarations into multiple statements one-var
  2159. 32:16640 error A space is required after ',' comma-spacing
  2160. 32:16642 error A space is required after ',' comma-spacing
  2161. 32:16689 error A space is required after ',' comma-spacing
  2162. 32:16707 error A space is required after ',' comma-spacing
  2163. 32:16708 error Strings must use singlequote quotes
  2164. 32:16717 error Missing whitespace after semicolon semi-spacing
  2165. 32:16751 error A space is required after ',' comma-spacing
  2166. 32:16752 error Strings must use singlequote quotes
  2167. 32:16761 error A space is required after ',' comma-spacing
  2168. 32:16797 error A space is required after ',' comma-spacing
  2169. 32:16798 error Strings must use singlequote quotes
  2170. 32:16807 error A space is required after ',' comma-spacing
  2171. 32:16822 error A space is required after ',' comma-spacing
  2172. 32:16829 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2173. 32:16829 error Missing semicolon semi
  2174. 32:16830 error Expected space(s) before "function" keyword-spacing
  2175. 32:16830 error Missing JSDoc comment require-jsdoc
  2176. 32:16843 error Statement inside of curly braces should be on next line brace-style
  2177. 32:16843 error Missing space before opening brace space-before-blocks
  2178. 32:16851 error Unexpected 'this' no-invalid-this
  2179. 32:16871 error Strings must use singlequote quotes
  2180. 32:16884 error Strings must use singlequote quotes
  2181. 32:16919 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2182. 32:16919 error Missing semicolon semi
  2183. 32:16920 error Expected space(s) before "function" keyword-spacing
  2184. 32:16920 error Missing JSDoc comment require-jsdoc
  2185. 32:16933 error Statement inside of curly braces should be on next line brace-style
  2186. 32:16933 error Missing space before opening brace space-before-blocks
  2187. 32:16940 error Unexpected 'this' no-invalid-this
  2188. 32:16958 error Missing whitespace after semicolon semi-spacing
  2189. 32:16993 error Strings must use singlequote quotes
  2190. 32:17039 error Unexpected 'this' no-invalid-this
  2191. 32:17067 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2192. 32:17070 error A space is required after ',' comma-spacing
  2193. 32:17071 error Strings must use singlequote quotes
  2194. 32:17103 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2195. 32:17106 error A space is required after ',' comma-spacing
  2196. 32:17107 error Strings must use singlequote quotes
  2197. 32:17140 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2198. 32:17140 error Missing semicolon semi
  2199. 32:17141 error Missing JSDoc comment require-jsdoc
  2200. 32:17141 error Expected space(s) before "function" keyword-spacing
  2201. 32:17155 error Missing space before opening brace space-before-blocks
  2202. 32:17155 error Statement inside of curly braces should be on next line brace-style
  2203. 32:17162 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2204. 32:17164 error Unexpected 'this' no-invalid-this
  2205. 32:17168 error A space is required after ',' comma-spacing
  2206. 32:17188 error Missing whitespace after semicolon semi-spacing
  2207. 32:17196 error Unexpected 'this' no-invalid-this
  2208. 32:17227 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2209. 32:17227 error Missing semicolon semi
  2210. 32:17228 error Expected space(s) before "function" keyword-spacing
  2211. 32:17228 error Missing JSDoc comment require-jsdoc
  2212. 32:17241 error A space is required after ',' comma-spacing
  2213. 32:17244 error Statement inside of curly braces should be on next line brace-style
  2214. 32:17244 error Missing space before opening brace space-before-blocks
  2215. 32:17252 error Unexpected 'this' no-invalid-this
  2216. 32:17267 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2217. 32:17274 error Missing space before value for key 'to' key-spacing
  2218. 32:17274 error Unexpected 'this' no-invalid-this
  2219. 32:17278 error A space is required after ',' comma-spacing
  2220. 32:17284 error Missing space before value for key 'from' key-spacing
  2221. 32:17295 error Unexpected 'this' no-invalid-this
  2222. 32:17323 error Unexpected 'this' no-invalid-this
  2223. 32:17354 error Missing semicolon semi
  2224. 32:17354 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2225. 32:17355 error Expected space(s) before "function" keyword-spacing
  2226. 32:17355 error Missing JSDoc comment require-jsdoc
  2227. 32:17369 error Statement inside of curly braces should be on next line brace-style
  2228. 32:17369 error Missing space before opening brace space-before-blocks
  2229. 32:17377 error Unexpected 'this' no-invalid-this
  2230. 32:17387 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2231. 32:17391 error A space is required after ',' comma-spacing
  2232. 32:17394 error Missing semicolon semi
  2233. 32:17394 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2234. 32:17395 error Expected space(s) before "function" keyword-spacing
  2235. 32:17395 error Missing JSDoc comment require-jsdoc
  2236. 32:17408 error A space is required after ',' comma-spacing
  2237. 32:17411 error Statement inside of curly braces should be on next line brace-style
  2238. 32:17411 error Missing space before opening brace space-before-blocks
  2239. 32:17419 error Unexpected 'this' no-invalid-this
  2240. 32:17434 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2241. 32:17443 error Unexpected 'this' no-invalid-this
  2242. 32:17443 error Missing space before value for key 'from' key-spacing
  2243. 32:17447 error A space is required after ',' comma-spacing
  2244. 32:17451 error Missing space before value for key 'to' key-spacing
  2245. 32:17462 error Unexpected 'this' no-invalid-this
  2246. 32:17490 error Unexpected 'this' no-invalid-this
  2247. 32:17521 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2248. 32:17521 error Missing semicolon semi
  2249. 32:17522 error Missing JSDoc comment require-jsdoc
  2250. 32:17522 error Expected space(s) before "function" keyword-spacing
  2251. 32:17536 error Missing space before opening brace space-before-blocks
  2252. 32:17536 error Statement inside of curly braces should be on next line brace-style
  2253. 32:17544 error Unexpected 'this' no-invalid-this
  2254. 32:17552 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2255. 32:17556 error A space is required after ',' comma-spacing
  2256. 32:17559 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2257. 32:17559 error Missing semicolon semi
  2258. 32:17560 error Missing JSDoc comment require-jsdoc
  2259. 32:17560 error Expected space(s) before "function" keyword-spacing
  2260. 32:17574 error Statement inside of curly braces should be on next line brace-style
  2261. 32:17574 error Missing space before opening brace space-before-blocks
  2262. 32:17580 error Missing whitespace after semicolon semi-spacing
  2263. 32:17599 error Unexpected 'this' no-invalid-this
  2264. 32:17625 error A space is required after ',' comma-spacing
  2265. 32:17636 error Unexpected 'this' no-invalid-this
  2266. 32:17651 error A space is required after ',' comma-spacing
  2267. 32:17652 error Unexpected 'this' no-invalid-this
  2268. 32:17657 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2269. 32:17657 error Missing semicolon semi
  2270. 32:17658 error Missing JSDoc comment require-jsdoc
  2271. 32:17658 error Expected space(s) before "function" keyword-spacing
  2272. 32:17671 error Missing space before opening brace space-before-blocks
  2273. 32:17671 error Statement inside of curly braces should be on next line brace-style
  2274. 32:17679 error Unexpected 'this' no-invalid-this
  2275. 32:17691 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2276. 32:17691 error Missing semicolon semi
  2277. 32:17692 error Expected space(s) before "function" keyword-spacing
  2278. 32:17692 error Missing JSDoc comment require-jsdoc
  2279. 32:17706 error Statement inside of curly braces should be on next line brace-style
  2280. 32:17706 error Missing space before opening brace space-before-blocks
  2281. 32:17707 error Expected space(s) after "switch" keyword-spacing
  2282. 32:17716 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2283. 32:17721 error Statement inside of curly braces should be on next line brace-style
  2284. 32:17721 error Missing space before opening brace space-before-blocks
  2285. 32:17722 error Expected space(s) after "case" keyword-spacing
  2286. 32:17726 error Strings must use singlequote quotes
  2287. 32:17732 error Expected space(s) after this colon switch-colon-spacing
  2288. 32:17733 error Unexpected 'this' no-invalid-this
  2289. 32:17746 error Missing whitespace after semicolon semi-spacing
  2290. 32:17747 error Expected space(s) after "case" keyword-spacing
  2291. 32:17751 error Strings must use singlequote quotes
  2292. 32:17760 error Expected space(s) after this colon switch-colon-spacing
  2293. 32:17761 error Expected space(s) after "case" keyword-spacing
  2294. 32:17765 error Strings must use singlequote quotes
  2295. 32:17772 error Expected space(s) after this colon switch-colon-spacing
  2296. 32:17773 error Unexpected 'this' no-invalid-this
  2297. 32:17785 error Missing whitespace after semicolon semi-spacing
  2298. 32:17786 error Expected space(s) after "case" keyword-spacing
  2299. 32:17790 error Strings must use singlequote quotes
  2300. 32:17796 error Expected space(s) after this colon switch-colon-spacing
  2301. 32:17797 error Expected space(s) after "case" keyword-spacing
  2302. 32:17801 error Strings must use singlequote quotes
  2303. 32:17810 error Expected space(s) after this colon switch-colon-spacing
  2304. 32:17811 error Expected space(s) after "case" keyword-spacing
  2305. 32:17815 error Strings must use singlequote quotes
  2306. 32:17820 error Expected space(s) after this colon switch-colon-spacing
  2307. 32:17821 error Unexpected 'this' no-invalid-this
  2308. 32:17834 error Missing whitespace after semicolon semi-spacing
  2309. 32:17835 error Expected space(s) after "case" keyword-spacing
  2310. 32:17839 error Strings must use singlequote quotes
  2311. 32:17845 error Expected space(s) after this colon switch-colon-spacing
  2312. 32:17846 error Unexpected 'this' no-invalid-this
  2313. 32:17861 error Missing whitespace after semicolon semi-spacing
  2314. 32:17862 error Expected space(s) after "case" keyword-spacing
  2315. 32:17866 error Strings must use singlequote quotes
  2316. 32:17874 error Expected space(s) after this colon switch-colon-spacing
  2317. 32:17875 error Unexpected 'this' no-invalid-this
  2318. 32:17890 error Missing whitespace after semicolon semi-spacing
  2319. 32:17891 error Expected space(s) after "case" keyword-spacing
  2320. 32:17895 error Strings must use singlequote quotes
  2321. 32:17903 error Expected space(s) after this colon switch-colon-spacing
  2322. 32:17904 error Unexpected 'this' no-invalid-this
  2323. 32:17924 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2324. 32:17924 error Missing semicolon semi
  2325. 32:17925 error Expected space(s) before "return" keyword-spacing
  2326. 32:17925 error Expected space(s) after "return" keyword-spacing
  2327. 32:17931 error Strings must use singlequote quotes
  2328. 32:17943 error Unexpected 'this' no-invalid-this
  2329. 32:17958 error A space is required after ',' comma-spacing
  2330. 32:17959 error Strings must use singlequote quotes
  2331. 32:17974 error Unexpected 'this' no-invalid-this
  2332. 32:17992 error A space is required after ',' comma-spacing
  2333. 32:17993 error Strings must use singlequote quotes
  2334. 32:18008 error Unexpected 'this' no-invalid-this
  2335. 32:18032 error Unexpected 'this' no-invalid-this
  2336. 32:18048 error A space is required after ',' comma-spacing
  2337. 32:18049 error Unexpected 'this' no-invalid-this
  2338. 32:18053 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2339. 32:18053 error Missing semicolon semi
  2340. 32:18054 error Expected space(s) before "function" keyword-spacing
  2341. 32:18054 error Missing JSDoc comment require-jsdoc
  2342. 32:18068 error Statement inside of curly braces should be on next line brace-style
  2343. 32:18068 error Missing space before opening brace space-before-blocks
  2344. 32:18078 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2345. 32:18082 error A space is required after ',' comma-spacing
  2346. 32:18095 error Strings must use singlequote quotes
  2347. 32:18113 error Unexpected 'this' no-invalid-this
  2348. 32:18118 error Unexpected 'this' no-invalid-this
  2349. 32:18139 error A space is required after ',' comma-spacing
  2350. 32:18140 error Strings must use singlequote quotes
  2351. 32:18154 error Strings must use singlequote quotes
  2352. 32:18174 error A space is required after ',' comma-spacing
  2353. 32:18175 error Strings must use singlequote quotes
  2354. 32:18180 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2355. 32:18180 error Missing semicolon semi
  2356. 32:18181 error Expected space(s) before "function" keyword-spacing
  2357. 32:18181 error Missing JSDoc comment require-jsdoc
  2358. 32:18194 error Missing space before opening brace space-before-blocks
  2359. 32:18194 error Statement inside of curly braces should be on next line brace-style
  2360. 32:18195 error Expected space(s) after "return" keyword-spacing
  2361. 32:18202 error Unexpected 'this' no-invalid-this
  2362. 32:18215 error Unexpected 'this' no-invalid-this
  2363. 32:18231 error Missing semicolon semi
  2364. 32:18231 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2365. 32:18232 error Expected space(s) before "function" keyword-spacing
  2366. 32:18232 error Missing JSDoc comment require-jsdoc
  2367. 32:18245 error Statement inside of curly braces should be on next line brace-style
  2368. 32:18245 error Missing space before opening brace space-before-blocks
  2369. 32:18265 error Unexpected 'this' no-invalid-this
  2370. 32:18274 error Missing semicolon semi
  2371. 32:18274 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2372. 32:18275 error Expected space(s) before "function" keyword-spacing
  2373. 32:18275 error Missing JSDoc comment require-jsdoc
  2374. 32:18288 error Missing space before opening brace space-before-blocks
  2375. 32:18288 error Statement inside of curly braces should be on next line brace-style
  2376. 32:18296 error Unexpected 'this' no-invalid-this
  2377. 32:18319 error Unexpected 'this' no-invalid-this
  2378. 32:18325 error Unexpected 'this' no-invalid-this
  2379. 32:18332 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2380. 32:18332 error Missing semicolon semi
  2381. 32:18333 error Missing JSDoc comment require-jsdoc
  2382. 32:18333 error Expected space(s) before "function" keyword-spacing
  2383. 32:18346 error Statement inside of curly braces should be on next line brace-style
  2384. 32:18346 error Missing space before opening brace space-before-blocks
  2385. 32:18353 error Unexpected 'this' no-invalid-this
  2386. 32:18357 error Missing whitespace after semicolon semi-spacing
  2387. 32:18358 error Expected space(s) after "return" keyword-spacing
  2388. 32:18373 error A space is required after ',' comma-spacing
  2389. 32:18383 error A space is required after ',' comma-spacing
  2390. 32:18392 error A space is required after ',' comma-spacing
  2391. 32:18401 error A space is required after ',' comma-spacing
  2392. 32:18412 error A space is required after ',' comma-spacing
  2393. 32:18423 error A space is required after ',' comma-spacing
  2394. 32:18440 error Missing semicolon semi
  2395. 32:18440 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2396. 32:18441 error Missing JSDoc comment require-jsdoc
  2397. 32:18441 error Expected space(s) before "function" keyword-spacing
  2398. 32:18454 error Missing space before opening brace space-before-blocks
  2399. 32:18454 error Statement inside of curly braces should be on next line brace-style
  2400. 32:18461 error Unexpected 'this' no-invalid-this
  2401. 32:18465 error Missing whitespace after semicolon semi-spacing
  2402. 32:18466 error Expected space(s) after "return" keyword-spacing
  2403. 32:18479 error Missing space before value for key 'years' key-spacing
  2404. 32:18487 error A space is required after ',' comma-spacing
  2405. 32:18495 error Missing space before value for key 'months' key-spacing
  2406. 32:18504 error A space is required after ',' comma-spacing
  2407. 32:18510 error Missing space before value for key 'date' key-spacing
  2408. 32:18518 error A space is required after ',' comma-spacing
  2409. 32:18525 error Missing space before value for key 'hours' key-spacing
  2410. 32:18534 error A space is required after ',' comma-spacing
  2411. 32:18543 error Missing space before value for key 'minutes' key-spacing
  2412. 32:18554 error A space is required after ',' comma-spacing
  2413. 32:18563 error Missing space before value for key 'seconds' key-spacing
  2414. 32:18574 error A space is required after ',' comma-spacing
  2415. 32:18588 error Missing space before value for key 'milliseconds' key-spacing
  2416. 32:18605 error Missing semicolon semi
  2417. 32:18605 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2418. 32:18606 error Expected space(s) before "function" keyword-spacing
  2419. 32:18606 error Missing JSDoc comment require-jsdoc
  2420. 32:18619 error Missing space before opening brace space-before-blocks
  2421. 32:18619 error Statement inside of curly braces should be on next line brace-style
  2422. 32:18634 error Missing semicolon semi
  2423. 32:18634 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2424. 32:18635 error Expected space(s) before "function" keyword-spacing
  2425. 32:18635 error Missing JSDoc comment require-jsdoc
  2426. 32:18648 error Missing space before opening brace space-before-blocks
  2427. 32:18648 error Statement inside of curly braces should be on next line brace-style
  2428. 32:18660 error A space is required after ',' comma-spacing
  2429. 32:18669 error Missing semicolon semi
  2430. 32:18669 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2431. 32:18670 error Missing JSDoc comment require-jsdoc
  2432. 32:18670 error Expected space(s) before "function" keyword-spacing
  2433. 32:18683 error Statement inside of curly braces should be on next line brace-style
  2434. 32:18683 error Missing space before opening brace space-before-blocks
  2435. 32:18707 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2436. 32:18707 error Missing semicolon semi
  2437. 32:18708 error Expected space(s) before "function" keyword-spacing
  2438. 32:18708 error Missing JSDoc comment require-jsdoc
  2439. 32:18721 error A space is required after ',' comma-spacing
  2440. 32:18724 error Missing space before opening brace space-before-blocks
  2441. 32:18724 error Statement inside of curly braces should be on next line brace-style
  2442. 32:18725 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2443. 32:18728 error A space is required after ',' comma-spacing
  2444. 32:18731 error A space is required after ',' comma-spacing
  2445. 32:18741 error A space is required after ',' comma-spacing
  2446. 32:18743 error A space is required after ',' comma-spacing
  2447. 32:18746 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2448. 32:18746 error Missing semicolon semi
  2449. 32:18747 error Expected space(s) before "function" keyword-spacing
  2450. 32:18747 error Missing JSDoc comment require-jsdoc
  2451. 32:18760 error A space is required after ',' comma-spacing
  2452. 32:18762 error A space is required after ',' comma-spacing
  2453. 32:18765 error Missing space before opening brace space-before-blocks
  2454. 32:18765 error Statement inside of curly braces should be on next line brace-style
  2455. 32:18776 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2456. 32:18781 error A space is required after ',' comma-spacing
  2457. 32:18784 error A space is required after ',' comma-spacing
  2458. 32:18793 error A space is required after ',' comma-spacing
  2459. 32:18795 error A space is required after ',' comma-spacing
  2460. 32:18803 error Missing semicolon semi
  2461. 32:18803 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2462. 32:18804 error Missing JSDoc comment require-jsdoc
  2463. 32:18804 error Expected space(s) before "function" keyword-spacing
  2464. 32:18818 error Missing space before opening brace space-before-blocks
  2465. 32:18818 error Statement inside of curly braces should be on next line brace-style
  2466. 32:18832 error A space is required after ',' comma-spacing
  2467. 32:18860 error A space is required after ',' comma-spacing
  2468. 32:18894 error Missing whitespace after semicolon semi-spacing
  2469. 32:18924 error A space is required after ',' comma-spacing
  2470. 32:18925 error Strings must use singlequote quotes
  2471. 32:18929 error Missing semicolon semi
  2472. 32:18929 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2473. 32:18930 error Expected space(s) before "function" keyword-spacing
  2474. 32:18930 error Missing JSDoc comment require-jsdoc
  2475. 32:18944 error Statement inside of curly braces should be on next line brace-style
  2476. 32:18944 error Missing space before opening brace space-before-blocks
  2477. 32:18958 error A space is required after ',' comma-spacing
  2478. 32:18960 error A space is required after ',' comma-spacing
  2479. 32:18968 error Missing whitespace after semicolon semi-spacing
  2480. 32:18998 error A space is required after ',' comma-spacing
  2481. 32:18999 error Strings must use singlequote quotes
  2482. 32:19003 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2483. 32:19003 error Missing semicolon semi
  2484. 32:19004 error Missing JSDoc comment require-jsdoc
  2485. 32:19004 error Expected space(s) before "function" keyword-spacing
  2486. 32:19017 error Missing space before opening brace space-before-blocks
  2487. 32:19017 error Statement inside of curly braces should be on next line brace-style
  2488. 32:19025 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2489. 32:19039 error A space is required after ',' comma-spacing
  2490. 32:19041 error A space is required after ',' comma-spacing
  2491. 32:19044 error Missing semicolon semi
  2492. 32:19044 error Closing curly brace should be on the same line as opening curly brace or on the line after the previous block brace-style
  2493. 32:19045 error Expected space(s) before "function" keyword-spacing
  2494. 32:19045 error Missing JSDoc comment require-jsdoc
  2495. 32:19058 error Statement inside of curly braces should be on next line brace-style
  2496. 32:19058 error Missing space before opening brace space-before-blocks
  2497. 32:19088 error Missing whitespace after semicolon semi-spacing
  2498. 32:19096 error A function with a name starting with an uppercase letter should only be used as a constructor new-cap
  2499. 32:19110 error A space is required after ',' comma-spacing
  2500. 32:19116 error A space is required after ',' comma-spacing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement