Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.93 KB | None | 0 0
  1. mstar@DESKTOP-I2M8VHR MINGW64 ~/Desktop/AffordableServerOSU/app (develop)
  2. $ yarn start
  3. yarn run v1.22.0
  4. warning ..\package.json: No license field
  5. $ react-scripts start
  6. i 「wds」: Project is running at http://192.168.56.1/
  7. i 「wds」: webpack output is served from /
  8. i 「wds」: Content not from webpack is served from C:\Users\mstar\Desktop\AffordableServerOSU\app\public
  9. i 「wds」: 404s will fallback to /index.html
  10. Starting the development server...
  11. Compiled with warnings.
  12.  
  13. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/PrescriptionAutosuggest.js
  14. Line 1:17: 'Component' is defined but never used no-unused-vars
  15. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  16. Line 46:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  17. Line 47:5: Nested block is redundant no-lone-blocks
  18.  
  19. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/purpose.js
  20. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  21. Line 272:47: Expected '!==' and instead saw '!=' eqeqeq
  22.  
  23. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/manage.js
  24. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  25. Line 2:10: 'LinkContainer' is defined but never used no-unused-vars
  26. Line 8:10: 'Button' is defined but never used no-unused-vars
  27. Line 9:10: 'UserIDContext' is defined but never used no-unused-vars
  28. Line 17:5: 'userID' is assigned a value but never used no-unused-vars
  29. Line 20:7: 'UserIDVal' is assigned a value but never used no-unused-vars
  30. Line 34:3: Nested block is redundant no-lone-blocks
  31. Line 35:1: Nested block is redundant no-lone-blocks
  32. Line 45:13: 'hugDescription' is assigned a value but never used no-unused-vars
  33. Line 46:13: 'hugCategory' is assigned a value but never used no-unused-vars
  34. Line 47:13: 'medicalCategory' is assigned a value but never used no-unused-vars
  35. Line 48:13: 'hugDeadline' is assigned a value but never used no-unused-vars
  36. Line 50:11: 'ageLow' is assigned a value but never used no-unused-vars
  37. Line 51:11: 'ageHigh' is assigned a value but never used no-unused-vars
  38. Line 52:11: 'ageFilter' is assigned a value but never used no-unused-vars
  39. Line 121:7: 'donorHUGs' is assigned a value but never used no-unused-vars
  40. Line 187:47: Expected '!==' and instead saw '!=' eqeqeq
  41. Line 206:54: Expected '!==' and instead saw '!=' eqeqeq
  42. Line 220:52: Expected '!==' and instead saw '!=' eqeqeq
  43. Line 322:13: 'hugsOrg' is assigned a value but never used no-unused-vars
  44. Line 329:11: 'donorHugs' is assigned a value but never used no-unused-vars
  45.  
  46. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/DiagnosisAutosuggest.js
  47. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  48. Line 46:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  49. Line 48:5: Nested block is redundant no-lone-blocks
  50.  
  51. ./src/pages/MainPages/OrganizationPages/JoinGroup/index.js
  52. Line 2:10: 'Prompt' is defined but never used no-unused-vars
  53. Line 26:5: 'insert' is assigned a value but never used no-unused-vars
  54. Line 49:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  55. Line 87:44: Expected '!==' and instead saw '!=' eqeqeq
  56. Line 212:9: 'orgResult' is assigned a value but never used no-unused-vars
  57. Line 330:102: Expected '===' and instead saw '==' eqeqeq
  58.  
  59. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/index.js
  60. Line 2:10: 'LinkContainer' is defined but never used no-unused-vars
  61. Line 3:10: 'Redirect' is defined but never used no-unused-vars
  62. Line 3:20: 'Route' is defined but never used no-unused-vars
  63. Line 4:8: 'Nav' is defined but never used no-unused-vars
  64.  
  65. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/eligibility.js
  66. Line 2:8: 'ReactTable' is defined but never used no-unused-vars
  67. Line 3:8: 'Creatable' is defined but never used no-unused-vars
  68. Line 4:8: 'CollapseWithHeader' is defined but never used no-unused-vars
  69. Line 80:15: 'ethnicity' is assigned a value but never used no-unused-vars
  70. Line 105:159: Expected '===' and instead saw '==' eqeqeq
  71. Line 108:161: Expected '===' and instead saw '==' eqeqeq
  72. Line 137:169: Expected '!==' and instead saw '!=' eqeqeq
  73. Line 324:170: Expected '!==' and instead saw '!=' eqeqeq
  74. Line 327:174: Expected '===' and instead saw '==' eqeqeq
  75. Line 368:194: Expected '===' and instead saw '==' eqeqeq
  76. Line 371:197: Expected '===' and instead saw '==' eqeqeq
  77.  
  78. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/fundraising.js
  79. Line 2:8: 'ReactTable' is defined but never used no-unused-vars
  80. Line 3:8: 'CollapseWithHeader' is defined but never used no-unused-vars
  81.  
  82. ./src/pages/MainPages/OrganizationPages/VerifyOrganization/index.js
  83. Line 32:5: 'userID' is assigned a value but never used no-unused-vars
  84.  
  85. ./src/pages/MainPages/MainPagesRoutingContainer/RepresentingOrganization.js
  86. Line 36:42: Expected '!==' and instead saw '!=' eqeqeq
  87. Line 108:21: Expected '!==' and instead saw '!=' eqeqeq
  88. Line 125:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  89. Line 127:7: Nested block is redundant no-lone-blocks
  90. Line 143:5: Nested block is redundant no-lone-blocks
  91.  
  92. ./src/App.js
  93. Line 37:12: 'sql' is assigned a value but never used no-unused-vars
  94.  
  95. ./src/pages/MainPages/MainPagesRoutingContainer/index.js
  96. Line 45:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  97. Line 93:11: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  98.  
  99. ./src/pages/MainPages/OrganizationPages/AddOrganization/index.js
  100. Line 490:21: 'a' is assigned a value but never used
  101. no-unused-vars
  102. Line 768:58: Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopen
  103. er react/jsx-no-target-blank
  104.  
  105. ./src/pages/MainPages/MainPagesRoutingContainer/HeaderTitle.js
  106. Line 4:3: Useless constructor no-useless-constructor
  107.  
  108. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/information.js
  109. Line 5:10: 'UserIDContext' is defined but never used no-unused-vars
  110. Line 6:8: 'swal' is defined but never used no-unused-vars
  111.  
  112. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/diagnosis.js
  113. Line 63909:148: Unnecessary escape character: \: no-useless-escape
  114. Line 113853:88: Unnecessary escape character: \: no-useless-escape
  115.  
  116. ./src/pages/MainPages/MainPagesRoutingContainer/Sidebar.js
  117. Line 7:3: 'PencilSVG' is defined but never used no-unused-vars
  118. Line 9:3: 'GiftSVG' is defined but never used no-unused-vars
  119. Line 77:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  120. Line 78:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  121. Line 82:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  122. Line 83:5: Nested block is redundant no-lone-blocks
  123. Line 91:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  124. Line 94:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  125. Line 112:5: Nested block is redundant no-lone-blocks
  126.  
  127. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/hugcreation.js
  128. Line 81:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  129. Line 85:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  130. Line 94:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  131. Line 103:5: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  132. Line 119:13: 'currentStep' is assigned a value but never used no-unused-vars
  133. Line 125:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
  134. Line 143:25: Expected '!==' and instead saw '!=' eqeqeq
  135. Line 153:87: Expected '!==' and instead saw '!=' eqeqeq
  136. Line 153:113: Expected '!==' and instead saw '!=' eqeqeq
  137. Line 153:140: Expected '!==' and instead saw '!=' eqeqeq
  138. Line 153:173: Expected '!==' and instead saw '!=' eqeqeq
  139. Line 153:208: Expected '!==' and instead saw '!=' eqeqeq
  140. Line 153:242: Expected '!==' and instead saw '!=' eqeqeq
  141. Line 153:272: Expected '!==' and instead saw '!=' eqeqeq
  142. Line 153:303: Expected '!==' and instead saw '!=' eqeqeq
  143. Line 153:332: Expected '!==' and instead saw '!=' eqeqeq
  144. Line 153:366: Expected '!==' and instead saw '!=' eqeqeq
  145. Line 200:17: 'date' is assigned a value but never used no-unused-vars
  146. Line 242:17: 'citizenship' is assigned a value but never used no-unused-vars
  147. Line 243:17: 'employment' is assigned a value but never used no-unused-vars
  148. Line 244:17: 'militaryService' is assigned a value but never used no-unused-vars
  149. Line 245:17: 'insurance' is assigned a value but never used no-unused-vars
  150. Line 246:17: 'marraigeStatus' is assigned a value but never used no-unused-vars
  151. Line 247:17: 'income' is assigned a value but never used no-unused-vars
  152. Line 248:17: 'dependents' is assigned a value but never used no-unused-vars
  153. Line 251:25: Expected '===' and instead saw '==' eqeqeq
  154. Line 255:28: Expected '===' and instead saw '==' eqeqeq
  155. Line 260:17: 'candidateSelection' is assigned a value but never used no-unused-vars
  156. Line 261:17: 'documentationNeeded' is assigned a value but never used no-unused-vars
  157. Line 262:17: 'medicalInfoNeeded' is assigned a value but never used no-unused-vars
  158. Line 282:17: 'dateEnd' is assigned a value but never used no-unused-vars
  159. Line 283:17: 'fundraisingOptions' is assigned a value but never used no-unused-vars
  160. Line 285:17: 'fundraisingLocation' is assigned a value but never used no-unused-vars
  161. Line 286:17: 'hugDistributionTwo' is assigned a value but never used no-unused-vars
  162. Line 373:39: Expected '!==' and instead saw '!=' eqeqeq
  163. Line 412:45: Expected '!==' and instead saw '!=' eqeqeq
  164. Line 431:45: Expected '!==' and instead saw '!=' eqeqeq
  165. Line 445:43: Expected '!==' and instead saw '!=' eqeqeq
  166.  
  167. ./src/pages/MainPages/HUGPages/HUGPagesRoutingContainer/HugSearch.js
  168. Line 8:10: 'Button' is defined but never used
  169.  
  170. no-unused-vars
  171. Line 44:17: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href val
  172. ue. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Lear
  173. n more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  174. Line 134:5: 'insert' is assigned a value but never used
  175.  
  176. no-unused-vars
  177. Line 197:45: Expected '!==' and instead saw '!='
  178.  
  179. eqeqeq
  180. Line 500:49: Expected '!==' and instead saw '!='
  181.  
  182. eqeqeq
  183. Line 518:56: Expected '!==' and instead saw '!='
  184.  
  185. eqeqeq
  186. Line 532:54: Expected '!==' and instead saw '!='
  187.  
  188. eqeqeq
  189. Line 595:5: Do not mutate state directly. Use setState()
  190.  
  191. react/no-direct-mutation-state
  192. Line 597:5: Do not mutate state directly. Use setState()
  193.  
  194. react/no-direct-mutation-state
  195. Line 604:27: Expected '!==' and instead saw '!='
  196.  
  197. eqeqeq
  198. Line 605:18: Expected '!==' and instead saw '!='
  199.  
  200. eqeqeq
  201. Line 605:37: Expected '!==' and instead saw '!='
  202.  
  203. eqeqeq
  204. Line 631:27: Expected '!==' and instead saw '!='
  205.  
  206. eqeqeq
  207. Line 649:27: Expected '===' and instead saw '=='
  208.  
  209. eqeqeq
  210. Line 661:27: Expected '!==' and instead saw '!='
  211.  
  212. eqeqeq
  213. Line 803:40: Expected '===' and instead saw '=='
  214.  
  215. eqeqeq
  216. Line 816:23: Expected '===' and instead saw '=='
  217.  
  218. eqeqeq
  219. Line 903:19: Expected '===' and instead saw '=='
  220.  
  221. eqeqeq
  222. Line 947:9: 'grantName' is assigned a value but never used
  223.  
  224. no-unused-vars
  225. Line 949:40: Expected '===' and instead saw '=='
  226.  
  227. eqeqeq
  228.  
  229. Search for the keywords to learn more about each warning.
  230. To ignore, add // eslint-disable-next-line to the line before.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement