Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.09 KB | None | 0 0
  1. > web-portal-react-client@0.1.0 build /home/rof/src/github.com/eldermark/exchange/web-portal-react-client
  2. > react-scripts build
  3.  
  4. Creating an optimized production build...
  5.  
  6. Treating warnings as errors because process.env.CI = true.
  7. Most CI servers set it automatically.
  8.  
  9. Failed to compile.
  10.  
  11. ./src/components/rows/MarketplaceCommunityRow/MarketplaceCommunityRow.js
  12. Line 10:27: 'Directions' is defined but never used no-unused-vars
  13.  
  14. ./src/redux/contact/form/contactFormReducer.js
  15. Line 10:29: 'clearFieldErrorsX' is defined but never used no-unused-vars
  16. Line 50:5: Expected a default case default-case
  17.  
  18. ./src/redux/organization/list/organizationListActions.js
  19. Line 10:5: 'CHANGE_ORGANIZATION_LIST_FILTER' is assigned a value but never used no-unused-vars
  20.  
  21. ./src/components/Scrollable/Scrollable.js
  22. Line 114:21: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  23.  
  24. ./src/containers/Clients/Clients/ClientDashboard/ClientDetails/ClientDetails.js
  25. Line 127:13: 'isOpen' is assigned a value but never used no-unused-vars
  26. Line 128:13: 'isSharingDataParticipant' is assigned a value but never used no-unused-vars
  27.  
  28. ./src/containers/Admin/Organizations/OrganizationForm/OrganizationForm.js
  29. Line 12:5: 'isObject' is defined but never used no-unused-vars
  30. Line 135:10: 'Relationship' is defined but never used no-unused-vars
  31.  
  32. ./src/containers/Admin/Organizations/Communities/CommunityForm/CommunityForm.js
  33. Line 13:5: 'isObject' is defined but never used no-unused-vars
  34. Line 43:8: 'RadioGroupField' is defined but never used no-unused-vars
  35. Line 81:7: 'RADIO_GROUP_OPTIONS' is assigned a value but never used no-unused-vars
  36. Line 623:13: 'isSharingData' is assigned a value but never used no-unused-vars
  37. Line 624:13: 'isSharingDataHasError' is assigned a value but never used no-unused-vars
  38. Line 625:13: 'isSharingDataErrorText' is assigned a value but never used no-unused-vars
  39.  
  40. ./src/containers/Clients/Clients/ClientDashboard/ClientDashboard.js
  41. Line 14:10: 'Button' is defined but never used no-unused-vars
  42. Line 33:19: 'pickAs' is defined but never used no-unused-vars
  43. Line 41:8: 'ClientProblemsSummary' is defined but never used no-unused-vars
  44. Line 42:8: 'ClientAllergiesSummary' is defined but never used no-unused-vars
  45. Line 43:8: 'ClientRecentNotesSummary' is defined but never used no-unused-vars
  46. Line 44:8: 'ClientMedicationsSummary' is defined but never used no-unused-vars
  47. Line 45:8: 'ClientEncountersSummary' is defined but never used no-unused-vars
  48. Line 46:8: 'ClientAssessmentsSummary' is defined but never used no-unused-vars
  49. Line 47:8: 'ClientServicesCostSummary' is defined but never used no-unused-vars
  50. Line 48:8: 'ClientRecentEventsSummary' is defined but never used no-unused-vars
  51. Line 49:8: 'ClientServicePlansSummary' is defined but never used no-unused-vars
  52. Line 50:8: 'ClientUpcomingAppointments' is defined but never used no-unused-vars
  53. Line 51:8: 'ClientEventUtilizationSummary' is defined but never used no-unused-vars
  54. Line 52:8: 'ClientDocumentsDevicesSummary' is defined but never used no-unused-vars
  55. Line 54:7: 'VIDEO_CALL' is assigned a value but never used no-unused-vars
  56. Line 56:7: 'RIDE_HISTORY' is assigned a value but never used no-unused-vars
  57. Line 57:7: 'CREATE_EVENT' is assigned a value but never used no-unused-vars
  58. Line 58:7: 'MARK_AS_INACTIVE' is assigned a value but never used no-unused-vars
  59. Line 60:7: 'REQUEST_A_NEW_RIDE' is assigned a value but never used no-unused-vars
  60. Line 65:5: 'DASHBOARD' is assigned a value but never used no-unused-vars
  61. Line 66:5: 'ASSESSMENTS' is assigned a value but never used no-unused-vars
  62. Line 67:5: 'SERVICE_PLANS' is assigned a value but never used no-unused-vars
  63. Line 173:9: Expected a default case default-case
  64.  
  65. ./src/redux/client/servicePlan/details/servicePlanDetailsReducer.js
  66. Line 14:5: 'DOWNLOAD_SERVICE_PLAN_DETAILS_REQUEST' is assigned a value but never used no-unused-vars
  67. Line 15:5: 'DOWNLOAD_SERVICE_PLAN_DETAILS_SUCCESS' is assigned a value but never used no-unused-vars
  68. Line 27:5: Expected a default case default-case
  69.  
  70. ./src/containers/Marketplace/Communities/AppointmentForm/AppointmentForm.js
  71. Line 156:13: 'primaryFocusIds' is assigned a value but never used no-unused-vars
  72. Line 177:13: 'serviceIds' is assigned a value but never used no-unused-vars
  73.  
  74. ./src/components/Form/DateField/DateField.js
  75. Line 15:23: 'DU' is defined but never used no-unused-vars
  76.  
  77. ./src/redux/client/servicePlan/details/servicePlanDetailsActions.js
  78. Line 15:5: 'DOWNLOAD_SERVICE_PLAN_DETAILS_REQUEST' is assigned a value but never used no-unused-vars
  79. Line 16:5: 'DOWNLOAD_SERVICE_PLAN_DETAILS_SUCCESS' is assigned a value but never used no-unused-vars
  80.  
  81. ./src/components/Table/Table.js
  82. Line 162:13: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  83.  
  84. ./src/redux/marketplace/community/filter/marketplaceCommunityFilterReducer.js
  85. Line 17:5: Expected a default case default-case
  86.  
  87. ./src/containers/Clients/Clients/ClientEditor/ClientEditor.js
  88. Line 17:8: 'SwitchField' is defined but never used no-unused-vars
  89. Line 102:13: 'auth' is assigned a value but never used no-unused-vars
  90. Line 263:21: 'isDataShareEnabled' is assigned a value but never used no-unused-vars
  91.  
  92. ./src/redux/event/newest/date/newestEventDateReducer.js
  93. Line 17:9: Expected a default case default-case
  94.  
  95. ./src/redux/event/oldest/date/oldestEventDateReducer.js
  96. Line 17:9: Expected a default case default-case
  97.  
  98. ./src/redux/utils/List.js
  99. Line 192:9: Expected a default case default-case
  100.  
  101. ./src/components/Map/Map.js
  102. Line 196:33: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
  103. Line 226:53: Unexpected mix of '||' and '&&' no-mixed-operators
  104. Line 226:69: Unexpected mix of '||' and '&&' no-mixed-operators
  105.  
  106. ./src/redux/sidebar/sideBarReducer.js
  107. Line 19:5: Expected a default case default-case
  108.  
  109. ./src/redux/error/errorReducer.js
  110. Line 19:5: Expected a default case default-case
  111.  
  112. ./src/redux/auth/token/tokenReducer.js
  113. Line 19:5: Expected a default case default-case
  114.  
  115. ./src/containers/Dashboard/Dashboard.js
  116. Line 19:8: 'Table' is defined but never used no-unused-vars
  117. Line 22:8: 'Actions' is defined but never used no-unused-vars
  118. Line 23:8: 'MultiSelect' is defined but never used no-unused-vars
  119. Line 55:7: 'APPOINTMENT_TYPE_COLORS' is assigned a value but never used no-unused-vars
  120. Line 61:7: 'RECENT_NOTES_TYPE_COLORS' is assigned a value but never used no-unused-vars
  121. Line 347:15: 'caseloadListDs' is assigned a value but never used no-unused-vars
  122. Line 350:15: 'appointmentListDs' is assigned a value but never used no-unused-vars
  123.  
  124. ./src/lib/mock/MockData.js
  125. Line 1:1: 'use strict' is unnecessary inside of modules strict
  126. Line 19:30: 'capitalize' is defined but never used no-unused-vars
  127. Line 19:42: 'parseEnumToWords' is defined but never used no-unused-vars
  128. Line 25:9: 'add' is assigned a value but never used no-unused-vars
  129. Line 25:14: 'format' is assigned a value but never used no-unused-vars
  130. Line 26:7: 'DATE_FORMAT' is assigned a value but never used no-unused-vars
  131. Line 3267:7: 'marketplaceCommunityDetails' is assigned a value but never used no-unused-vars
  132. Line 3674:13: 'id' is assigned a value but never used no-unused-vars
  133. Line 3686:13: 'id' is assigned a value but never used no-unused-vars
  134. Line 3866:11: 'month' is assigned a value but never used no-unused-vars
  135. Line 3907:24: 'clientId' is assigned a value but never used no-unused-vars
  136. Line 3919:13: 'id' is assigned a value but never used no-unused-vars
  137. Line 3991:13: 'id' is assigned a value but never used no-unused-vars
  138. Line 4100:29: 'totalPoints' is assigned a value but never used no-unused-vars
  139.  
  140. ./src/redux/organization/count/OrganizationCountInitialState.js
  141. Line 1:1: 'use strict' is unnecessary inside of modules strict
  142.  
  143. ./src/redux/community/count/CommunityCountInitialState.js
  144. Line 1:1: 'use strict' is unnecessary inside of modules strict
  145.  
  146. ./src/redux/report/can/view/CanViewReportInitialState.js
  147. Line 1:1: 'use strict' is unnecessary inside of modules strict
  148.  
  149. ./src/redux/contact/can/add/CanAddContactCountInitialState.js
  150. Line 1:1: 'use strict' is unnecessary inside of modules strict
  151.  
  152. ./src/redux/community/can/add/CanAddCommunityCountInitialState.js
  153. Line 1:1: 'use strict' is unnecessary inside of modules strict
  154.  
  155. ./src/redux/organization/can/add/CanAddOrganizationCountInitialState.js
  156. Line 1:1: 'use strict' is unnecessary inside of modules strict
  157.  
  158. ./src/redux/directory/assessment/survey/AssessmentSurveyInitialState.js
  159. Line 1:1: 'use strict' is unnecessary inside of modules strict
  160.  
  161. ./src/redux/community/zone/form/CommunityZoneFormInitialState.js
  162. Line 1:1: 'use strict' is unnecessary inside of modules strict
  163.  
  164. ./src/redux/community/handset/form/CommunityHandsetFormInitialState.js
  165. Line 1:1: 'use strict' is unnecessary inside of modules strict
  166.  
  167. ./src/redux/community/location/count/CommunityLocationCountInitialState.js
  168. Line 1:1: 'use strict' is unnecessary inside of modules strict
  169.  
  170. ./src/redux/community/location/form/CommunityLocationFormInitialState.js
  171. Line 1:1: 'use strict' is unnecessary inside of modules strict
  172.  
  173. ./src/redux/community/deviceType/count/CommunityDeviceTypeCountInitialState.js
  174. Line 1:1: 'use strict' is unnecessary inside of modules strict
  175.  
  176. ./src/redux/community/deviceType/form/CommunityDeviceTypeFormInitialState.js
  177. Line 1:1: 'use strict' is unnecessary inside of modules strict
  178.  
  179. ./src/redux/dashboard/servicePlan/count/DashboardServicePlanCountInitialState.js
  180. Line 1:1: 'use strict' is unnecessary inside of modules strict
  181.  
  182. ./src/redux/dashboard/assessment/count/DashboardAssessmentCountInitialState.js
  183. Line 1:1: 'use strict' is unnecessary inside of modules strict
  184.  
  185. ./src/redux/contact/count/ContactCountInitialState.js
  186. Line 1:1: 'use strict' is unnecessary inside of modules strict
  187.  
  188. ./src/redux/client/count/ClientCountInitialState.js
  189. Line 1:1: 'use strict' is unnecessary inside of modules strict
  190.  
  191. ./src/redux/notify/systemAlert/count/SystemAlertCountInitialState.js
  192. Line 1:1: 'use strict' is unnecessary inside of modules strict
  193.  
  194. ./src/redux/client/careTeamMember/count/CareTeamMemberCountInitialState.js
  195. Line 1:1: 'use strict' is unnecessary inside of modules strict
  196.  
  197. ./src/redux/client/document/count/ClientDocumentCountInitialState.js
  198. Line 1:1: 'use strict' is unnecessary inside of modules strict
  199.  
  200. ./src/redux/care/client/count/CareClientCountInitialState.js
  201. Line 1:1: 'use strict' is unnecessary inside of modules strict
  202.  
  203. ./src/redux/care/team/member/count/CareTeamMemberCountInitialState.js
  204. Line 1:1: 'use strict' is unnecessary inside of modules strict
  205.  
  206. ./src/redux/client/assessment/count/AssessmentCountInitialState.js
  207. Line 1:1: 'use strict' is unnecessary inside of modules strict
  208.  
  209. ./src/redux/client/servicePlan/count/ServicePlanCountInitialState.js
  210. Line 1:1: 'use strict' is unnecessary inside of modules strict
  211.  
  212. ./src/lib/utils/GeoUtils.js
  213. Line 1:1: 'use strict' is unnecessary inside of modules strict
  214.  
  215. ./src/redux/client/document/list/ClientDocumentListInitialState.js
  216. Line 1:23: '_List' is assigned a value but never used no-unused-vars
  217.  
  218. ./src/components/Form/RadioGroupField/RadioGroupField.js
  219. Line 1:27: 'Fragment' is defined but never used no-unused-vars
  220.  
  221. ./src/containers/Admin/Organizations/Communities/CommunityDeviceTypes/CommunityDeviceTypeEditor/CommunityDeviceTypeEditor.js
  222. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  223. Line 57:23: 'data' is assigned a value but never used no-unused-vars
  224.  
  225. ./src/containers/Admin/Organizations/Communities/CommunityHandsets/CommunityHandsetEditor/CommunityHandsetEditor.js
  226. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  227. Line 59:23: 'data' is assigned a value but never used no-unused-vars
  228.  
  229. ./src/containers/Admin/Organizations/Communities/CommunityLocations/CommunityLocationEditor/CommunityLocationEditor.js
  230. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  231. Line 59:23: 'data' is assigned a value but never used no-unused-vars
  232.  
  233. ./src/containers/Admin/Organizations/Communities/CommunityZones/CommunityZoneEditor/CommunityZoneEditor.js
  234. Line 1:28: 'Fragment' is defined but never used no-unused-vars
  235. Line 60:23: 'data' is assigned a value but never used no-unused-vars
  236.  
  237. ./src/redux/client/list/clientListReducer.js
  238. Line 1:8: 'Immutable' is defined but never used no-unused-vars
  239. Line 33:9: 'FIRST_PAGE' is assigned a value but never used no-unused-vars
  240. Line 44:5: Expected a default case default-case
  241.  
  242. ./src/redux/login/form/loginFormReducer.js
  243. Line 1:8: 'Immutable' is defined but never used no-unused-vars
  244. Line 30:7: 'ERRORS_FIELDS' is assigned a value but never used no-unused-vars
  245. Line 43:5: Expected a default case default-case
  246.  
  247. ./src/components/Action/Action.js
  248. Line 1:8: 'React' is defined but never used no-unused-vars
  249.  
  250. ./src/components/MapControl/MapControl.js
  251. Line 1:8: 'React' is defined but never used no-unused-vars
  252.  
  253. ./src/redux/auth/logout/logoutReducer.js
  254. Line 20:5: Expected a default case default-case
  255.  
  256. ./src/redux/directory/marketplace/community/location/list/marketplaceCommunityLocationListReducer.js
  257. Line 20:5: Expected a default case default-case
  258.  
  259. ./src/redux/community/form/communityFormActions.js
  260. Line 21:5: 'VALIDATE_COMMUNITY_FORM_LEGAL_INFO_FIELD' is assigned a value but never used no-unused-vars
  261.  
  262. ./src/redux/client/community/list/communityListReducer.js
  263. Line 21:5: Expected a default case default-case
  264.  
  265. ./src/redux/directory/organization/list/organizationListReducer.js
  266. Line 21:5: Expected a default case default-case
  267.  
  268. ./src/redux/directory/community/list/communityListReducer.js
  269. Line 21:5: Expected a default case default-case
  270.  
  271. ./src/redux/directory/gender/list/genderListReducer.js
  272. Line 21:5: Expected a default case default-case
  273.  
  274. ./src/redux/directory/service/list/serviceListReducer.js
  275. Line 21:5: Expected a default case default-case
  276.  
  277. ./src/redux/directory/organization/type/list/organizationTypeListReducer.js
  278. Line 21:5: Expected a default case default-case
  279.  
  280. ./src/redux/directory/additional/service/list/additionalServiceListReducer.js
  281. Line 21:5: Expected a default case default-case
  282.  
  283. ./src/redux/directory/emergency/service/list/emergencyServiceListReducer.js
  284. Line 21:5: Expected a default case default-case
  285.  
  286. ./src/redux/directory/language/service/list/languageServiceListReducer.js
  287. Line 21:5: Expected a default case default-case
  288.  
  289. ./src/redux/directory/note/admittance/list/noteAdmittanceListReducer.js
  290. Line 21:5: Expected a default case default-case
  291.  
  292. ./src/redux/directory/care/level/list/careLevelListReducer.js
  293. Line 21:5: Expected a default case default-case
  294.  
  295. ./src/redux/directory/marital/status/list/maritalStatusListReducer.js
  296. Line 21:5: Expected a default case default-case
  297.  
  298. ./src/redux/directory/age/group/list/ageGroupListReducer.js
  299. Line 21:5: Expected a default case default-case
  300.  
  301. ./src/redux/directory/care/team/responsibility/list/careTeamResponsibilityListReducer.js
  302. Line 21:5: Expected a default case default-case
  303.  
  304. ./src/redux/directory/care/team/employee/list/careTeamEmployeeListReducer.js
  305. Line 21:5: Expected a default case default-case
  306.  
  307. ./src/redux/directory/care/team/channel/list/careTeamChannelListReducer.js
  308. Line 21:5: Expected a default case default-case
  309.  
  310. ./src/redux/directory/care/team/role/list/careTeamRoleListReducer.js
  311. Line 21:5: Expected a default case default-case
  312.  
  313. ./src/redux/directory/care/team/groupedEvent/type/list/groupedEventTypeListReducer.js
  314. Line 21:5: Expected a default case default-case
  315.  
  316. ./src/containers/Reports/ReportFilter/ReportFilter.js
  317. Line 222:17: Missing '()' invoking a constructor new-parens
  318.  
  319. ./src/containers/Admin/Contacts/ContactForm/ContactForm.js
  320. Line 225:13: 'auth' is assigned a value but never used no-unused-vars
  321.  
  322. ./src/redux/marketplace/community/details/marketplaceCommunityDetailsReducer.js
  323. Line 22:5: Expected a default case default-case
  324.  
  325. ./src/redux/auth/login/loginReducer.js
  326. Line 22:5: Expected a default case default-case
  327.  
  328. ./src/redux/directory/primaryFocus/list/primaryFocusListReducer.js
  329. Line 22:5: Expected a default case default-case
  330.  
  331. ./src/redux/community/deviceType/details/communityDeviceTypeDetailsReducer.js
  332. Line 22:5: Expected a default case default-case
  333.  
  334. ./src/redux/auth/password/complexity/rules/complexityRulesReducer.js
  335. Line 22:5: Expected a default case default-case
  336.  
  337. ./src/redux/contact/community/list/communityListReducer.js
  338. Line 22:5: Expected a default case default-case
  339.  
  340. ./src/redux/directory/servicePlan/priority/list/priorityListReducer.js
  341. Line 22:5: Expected a default case default-case
  342.  
  343. ./src/redux/directory/servicePlan/domain/list/domainListReducer.js
  344. Line 22:5: Expected a default case default-case
  345.  
  346. ./src/redux/directory/community/type/list/communityTypeListReducer.js
  347. Line 22:5: Expected a default case default-case
  348.  
  349. ./src/redux/directory/treatment/service/list/treatmentServiceListReducer.js
  350. Line 22:5: Expected a default case default-case
  351.  
  352. ./src/redux/directory/report/group/list/reportGroupListReducer.js
  353. Line 22:5: Expected a default case default-case
  354.  
  355. ./src/redux/directory/report/type/list/reportTypeListReducer.js
  356. Line 22:5: Expected a default case default-case
  357.  
  358. ./src/redux/directory/contact/status/list/contactStatusListReducer.js
  359. Line 22:5: Expected a default case default-case
  360.  
  361. ./src/redux/directory/client/status/list/clientStatusListReducer.js
  362. Line 22:5: Expected a default case default-case
  363.  
  364. ./src/redux/directory/servicePlan/program/subtype/list/programSubTypeListReducer.js
  365. Line 22:5: Expected a default case default-case
  366.  
  367. ./src/redux/directory/insurance/payment/plan/list/insurancePaymentPlanListReducer.js
  368. Line 22:5: Expected a default case default-case
  369.  
  370. ./src/redux/directory/servicePlan/program/type/list/programTypeListReducer.js
  371. Line 22:5: Expected a default case default-case
  372.  
  373. ./src/redux/directory/care/team/notification/preference/list/careTeamNotificationPreferenceListReducer.js
  374. Line 22:5: Expected a default case default-case
  375.  
  376. ./src/redux/utils/Form.js
  377. Line 231:9: Expected a default case default-case
  378.  
  379. ./src/containers/Invitation/Invitation.js
  380. Line 233:44: Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener react/jsx-no-target-blank
  381. Line 239:44: Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener react/jsx-no-target-blank
  382.  
  383. ./src/containers/Admin/Organizations/Communities/CommunityDeviceTypes/CommunityDeviceTypes.js
  384. Line 236:24: 'commId' is assigned a value but never used no-unused-vars
  385.  
  386. ./src/redux/organization/count/organizationCountReducer.js
  387. Line 23:5: Expected a default case default-case
  388.  
  389. ./src/redux/dashboard/servicePlan/count/dashboardServicePlanCountReducer.js
  390. Line 23:5: Expected a default case default-case
  391.  
  392. ./src/redux/dashboard/assessment/count/dashboardAssessmentCountReducer.js
  393. Line 23:5: Expected a default case default-case
  394.  
  395. ./src/redux/organization/can/add/canAddOrganizationReducer.js
  396. Line 23:5: Expected a default case default-case
  397.  
  398. ./src/redux/contact/count/contactCountReducer.js
  399. Line 23:5: Expected a default case default-case
  400.  
  401. ./src/redux/report/document/reportDocumentReducer.js
  402. Line 23:5: Expected a default case default-case
  403.  
  404. ./src/redux/community/location/count/communityLocationCountReducer.js
  405. Line 23:5: Expected a default case default-case
  406.  
  407. ./src/redux/notify/systemAlert/count/systemAlertCountReducer.js
  408. Line 23:5: Expected a default case default-case
  409.  
  410. ./src/redux/client/careTeamMember/count/careTeamMemberCountReducer.js
  411. Line 23:5: Expected a default case default-case
  412.  
  413. ./src/redux/community/deviceType/count/communityDeviceTypeCountReducer.js
  414. Line 23:5: Expected a default case default-case
  415.  
  416. ./src/redux/care/client/count/careClientCountReducer.js
  417. Line 23:5: Expected a default case default-case
  418.  
  419. ./src/redux/care/client/details/careClientDetailsReducer.js
  420. Line 23:5: Expected a default case default-case
  421.  
  422. ./src/redux/client/careTeamMember/can/add/canAddCareTeamMemberReducer.js
  423. Line 23:5: Expected a default case default-case
  424.  
  425. ./src/redux/care/team/member/count/careTeamMemberCountReducer.js
  426. Line 23:5: Expected a default case default-case
  427.  
  428. ./src/redux/client/count/clientCountReducer.js
  429. Line 23:5: Expected a default case default-case
  430.  
  431. ./src/redux/report/can/view/canViewReportReducer.js
  432. Line 23:5: Expected a default case default-case
  433.  
  434. ./src/redux/client/assessment/details/assessmentDetailsReducer.js
  435. Line 23:5: Expected a default case default-case
  436.  
  437. ./src/redux/client/assessment/count/assessmentCountReducer.js
  438. Line 23:5: Expected a default case default-case
  439.  
  440. ./src/redux/client/servicePlan/count/servicePlanCountReducer.js
  441. Line 23:5: Expected a default case default-case
  442.  
  443. ./src/redux/client/document/count/clientDocumentCountReducer.js
  444. Line 23:5: Expected a default case default-case
  445.  
  446. ./src/redux/care/team/member/can/add/canAddCareTeamMemberReducer.js
  447. Line 23:5: Expected a default case default-case
  448.  
  449. ./src/redux/notify/activeAlert/count/activeAlertCountReducer.js
  450. Line 23:5: Expected a default case default-case
  451.  
  452. ./src/redux/client/can/edit/canEditClientReducer.js
  453. Line 23:5: Expected a default case default-case
  454.  
  455. ./src/redux/client/assessment/can/add/canAddAssessmentReducer.js
  456. Line 23:5: Expected a default case default-case
  457.  
  458. ./src/redux/client/assessment/type/list/assessmentTypeListReducer.js
  459. Line 23:5: Expected a default case default-case
  460.  
  461. ./src/redux/client/servicePlan/can/view/canViewServicePlanReducer.js
  462. Line 23:5: Expected a default case default-case
  463.  
  464. ./src/redux/client/servicePlan/can/add/canAddServicePlanReducer.js
  465. Line 23:5: Expected a default case default-case
  466.  
  467. ./src/redux/community/count/communityCountReducer.js
  468. Line 23:5: Expected a default case default-case
  469.  
  470. ./src/redux/directory/assessment/management/assessmentManagementReducer.js
  471. Line 23:5: Expected a default case default-case
  472.  
  473. ./src/redux/directory/assessment/survey/assessmentSurveyReducer.js
  474. Line 23:5: Expected a default case default-case
  475.  
  476. ./src/redux/directory/assessment/score/assessmentScoreReducer.js
  477. Line 23:5: Expected a default case default-case
  478.  
  479. ./src/redux/community/can/add/canAddCommunityReducer.js
  480. Line 23:5: Expected a default case default-case
  481.  
  482. ./src/redux/community/zone/count/communityZoneCountReducer.js
  483. Line 23:5: Expected a default case default-case
  484.  
  485. ./src/redux/community/handset/count/communityHandsetCountReducer.js
  486. Line 23:5: Expected a default case default-case
  487.  
  488. ./src/redux/contact/can/add/canAddContactReducer.js
  489. Line 23:5: Expected a default case default-case
  490.  
  491. ./src/redux/directory/assessment/type/list/assessmentTypeListReducer.js
  492. Line 23:5: Expected a default case default-case
  493.  
  494. ./src/redux/directory/insurance/network/list/insuranceNetworkListReducer.js
  495. Line 23:5: Expected a default case default-case
  496.  
  497. ./src/containers/Admin/Organizations/Communities/CommunityLocations/CommunityLocations.js
  498. Line 242:24: 'commId' is assigned a value but never used no-unused-vars
  499.  
  500. ./src/validators/ClientFormValidator.js
  501. Line 24:5: 'NUMBER_LENGTH_MINIMUM' is assigned a value but never used no-unused-vars
  502. Line 25:5: 'NUMBER_LENGTH_MAXIMUM' is assigned a value but never used no-unused-vars
  503.  
  504. ./src/redux/client/document/details/clientDocumentDetailsReducer.js
  505. Line 24:5: Expected a default case default-case
  506.  
  507. ./src/redux/client/document/delete/deleteClientDocumentReducer.js
  508. Line 24:5: Expected a default case default-case
  509.  
  510. ./src/lib/mock/MockServer.js
  511. Line 24:7: 'REQUEST_MAPPING' is assigned a value but never used no-unused-vars
  512.  
  513. ./src/redux/client/assessment/list/assessmentListReducer.js
  514. Line 24:9: 'FIRST_PAGE' is assigned a value but never used no-unused-vars
  515. Line 33:5: Expected a default case default-case
  516.  
  517. ./src/redux/care/team/member/details/careTeamMemberDetailsReducer.js
  518. Line 25:5: Expected a default case default-case
  519.  
  520. ./src/redux/client/billing/details/clientBillingDetailsReducer.js
  521. Line 25:5: Expected a default case default-case
  522.  
  523. ./src/lib/utils/Utils.js
  524. Line 26:5: 'MIN_CHARACTERS' is assigned a value but never used no-unused-vars
  525.  
  526. ./src/redux/notify/systemAlert/list/systemAlertListReducer.js
  527. Line 26:5: Expected a default case default-case
  528.  
  529. ./src/redux/report/list/reportListReducer.js
  530. Line 26:5: Expected a default case default-case
  531.  
  532. ./src/redux/auth/password/reset/form/resetPasswordFormReducer.js
  533. Line 26:5: Expected a default case default-case
  534.  
  535. ./src/redux/notify/activeAlert/list/activeAlertListReducer.js
  536. Line 26:5: Expected a default case default-case
  537.  
  538. ./src/containers/Admin/Organizations/Communities/CommunityHandsets/CommunityHandsets.js
  539. Line 27:18: 'DateUtils' is defined but never used no-unused-vars
  540. Line 233:20: 'commId' is assigned a value but never used no-unused-vars
  541.  
  542. ./src/redux/organization/history/organizationHistoryReducer.js
  543. Line 27:5: Expected a default case default-case
  544.  
  545. ./src/redux/dashboard/appointment/history/appointmentHistoryReducer.js
  546. Line 27:5: Expected a default case default-case
  547.  
  548. ./src/redux/dashboard/caseload/history/caseloadHistoryReducer.js
  549. Line 27:5: Expected a default case default-case
  550.  
  551. ./src/redux/contact/history/contactHistoryReducer.js
  552. Line 27:5: Expected a default case default-case
  553.  
  554. ./src/redux/community/deviceType/history/communityDeviceTypeHistoryReducer.js
  555. Line 27:5: Expected a default case default-case
  556.  
  557. ./src/redux/community/location/history/communityLocationHistoryReducer.js
  558. Line 27:5: Expected a default case default-case
  559.  
  560. ./src/redux/notify/systemAlert/history/systemAlertHistoryReducer.js
  561. Line 27:5: Expected a default case default-case
  562.  
  563. ./src/redux/care/client/history/careClientHistoryReducer.js
  564. Line 27:5: Expected a default case default-case
  565.  
  566. ./src/redux/care/team/member/history/careTeamMemberHistoryReducer.js
  567. Line 27:5: Expected a default case default-case
  568.  
  569. ./src/redux/client/history/clientHistoryReducer.js
  570. Line 27:5: Expected a default case default-case
  571.  
  572. ./src/redux/notify/activeAlert/history/activeAlertHistoryReducer.js
  573. Line 27:5: Expected a default case default-case
  574.  
  575. ./src/redux/client/assessment/history/assessmentHistoryReducer.js
  576. Line 27:5: Expected a default case default-case
  577.  
  578. ./src/redux/client/servicePlan/history/servicePlanHistoryReducer.js
  579. Line 27:5: Expected a default case default-case
  580.  
  581. ./src/redux/client/document/history/clientDocumentHistoryReducer.js
  582. Line 27:5: Expected a default case default-case
  583.  
  584. ./src/redux/client/caseload/history/caseloadHistoryReducer.js
  585. Line 27:5: Expected a default case default-case
  586.  
  587. ./src/redux/community/history/communityHistoryReducer.js
  588. Line 27:5: Expected a default case default-case
  589.  
  590. ./src/redux/community/zone/history/communityZoneHistoryReducer.js
  591. Line 27:5: Expected a default case default-case
  592.  
  593. ./src/redux/community/handset/history/communityHandsetHistoryReducer.js
  594. Line 27:5: Expected a default case default-case
  595.  
  596. ./src/components/Modal/Modal.js
  597. Line 281:29: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  598.  
  599. ./src/redux/insurance/network/list/insuranceNetworkListReducer.js
  600. Line 28:5: Expected a default case default-case
  601.  
  602. ./src/redux/auth/password/new/form/newPasswordFormReducer.js
  603. Line 28:5: Expected a default case default-case
  604.  
  605. ./src/redux/auth/password/old/form/oldPasswordFormReducer.js
  606. Line 28:5: Expected a default case default-case
  607.  
  608. ./src/containers/Admin/Organizations/Organizations.js
  609. Line 290:13: 'count' is assigned a value but never used no-unused-vars
  610.  
  611. ./src/redux/contact/details/contactDetailsReducer.js
  612. Line 2:10: 'any' is defined but never used no-unused-vars
  613. Line 2:15: 'map' is defined but never used no-unused-vars
  614. Line 33:5: Expected a default case default-case
  615.  
  616. ./src/components/List/List.js
  617. Line 30:16: 'i' is assigned a value but never used no-unused-vars
  618.  
  619. ./src/redux/community/form/communityFormReducer.js
  620. Line 30:5: 'VALIDATE_COMMUNITY_FORM_AFFILIATE_RELATIONSHIP' is assigned a value but never used no-unused-vars
  621. Line 51:5: Expected a default case default-case
  622.  
  623. ./src/redux/organization/form/organizationFormReducer.js
  624. Line 30:5: 'VALIDATE_ORGANIZATION_FORM_LEGAL_INFO_FIELD' is assigned a value but never used no-unused-vars
  625. Line 33:5: 'VALIDATE_ORGANIZATION_FORM_AFFILIATE_RELATIONSHIP' is assigned a value but never used no-unused-vars
  626. Line 54:5: Expected a default case default-case
  627.  
  628. ./src/redux/dashboard/appointment/list/appointmentListReducer.js
  629. Line 30:5: Expected a default case default-case
  630.  
  631. ./src/redux/dashboard/event/list/dashboardEventListReducer.js
  632. Line 30:5: Expected a default case default-case
  633.  
  634. ./src/redux/dashboard/caseload/list/caseloadListReducer.js
  635. Line 30:5: Expected a default case default-case
  636.  
  637. ./src/redux/dashboard/note/list/dashboardNoteListReducer.js
  638. Line 30:5: Expected a default case default-case
  639.  
  640. ./src/redux/community/location/list/communityLocationListReducer.js
  641. Line 30:5: Expected a default case default-case
  642.  
  643. ./src/redux/community/deviceType/list/communityDeviceTypeListReducer.js
  644. Line 30:5: Expected a default case default-case
  645.  
  646. ./src/redux/community/handset/list/communityHandsetListReducer.js
  647. Line 30:5: Expected a default case default-case
  648.  
  649. ./src/redux/community/zone/list/communityZoneListReducer.js
  650. Line 30:5: Expected a default case default-case
  651.  
  652. ./src/redux/marketplace/community/appointment/form/marketplaceCommunityAppointmentFormReducer.js
  653. Line 31:5: Expected a default case default-case
  654.  
  655. ./src/redux/organization/list/organizationListReducer.js
  656. Line 31:5: Expected a default case default-case
  657.  
  658. ./src/redux/care/client/list/careClientListReducer.js
  659. Line 31:5: Expected a default case default-case
  660.  
  661. ./src/redux/client/document/form/clientDocumentFormReducer.js
  662. Line 31:5: Expected a default case default-case
  663.  
  664. ./src/redux/client/details/clientDetailsReducer.js
  665. Line 33:5: Expected a default case default-case
  666.  
  667. ./src/redux/event/note/list/eventNoteListReducer.js
  668. Line 33:5: Expected a default case default-case
  669.  
  670. ./src/redux/client/document/list/clientDocumentListReducer.js
  671. Line 33:5: Expected a default case default-case
  672.  
  673. ./src/redux/community/details/communityDetailsReducer.js
  674. Line 33:5: Expected a default case default-case
  675.  
  676. ./src/redux/community/list/communityListReducer.js
  677. Line 33:5: Expected a default case default-case
  678.  
  679. ./src/containers/Marketplace/Communities/Communities.js
  680. Line 33:8: 'Map' is defined but never used no-unused-vars
  681. Line 69:5: 'allAreFalse' is defined but never used no-unused-vars
  682. Line 1003:21: 'payment' is assigned a value but never used no-unused-vars
  683. Line 1015:15: 'locations' is assigned a value but never used no-unused-vars
  684.  
  685. ./src/containers/Admin/Contacts/ContactViewer/ContactViewer.js
  686. Line 34:28: 'Caution' is defined but never used no-unused-vars
  687.  
  688. ./src/redux/care/client/form/careClientFormReducer.js
  689. Line 34:5: Expected a default case default-case
  690.  
  691. ./src/redux/auth/password/create/form/createFormReducer.js
  692. Line 34:5: Expected a default case default-case
  693.  
  694. ./src/containers/Marketplace/Communities/CommunityDetails/CommunityDetails.js
  695. Line 358:19: 'insurancePaymentPlans' is assigned a value but never used no-unused-vars
  696.  
  697. ./src/containers/Events/EventDetails/EventDetails.js
  698. Line 35:28: 'DownloadPdf' is defined but never used no-unused-vars
  699. Line 42:5: 'interpolate' is defined but never used no-unused-vars
  700. Line 43:22: 'allAreNotEmpty' is defined but never used no-unused-vars
  701. Line 43:38: 'allAreEmpty' is defined but never used no-unused-vars
  702. Line 47:5: 'isNotBlank' is defined but never used no-unused-vars
  703. Line 339:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  704. Line 339:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  705. Line 452:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  706. Line 452:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  707. Line 496:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  708. Line 496:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  709. Line 530:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  710. Line 530:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  711. Line 583:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  712. Line 583:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  713. Line 605:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  714. Line 605:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  715. Line 629:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  716. Line 629:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  717. Line 698:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  718. Line 698:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  719. Line 935:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  720. Line 935:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  721. Line 1022:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  722. Line 1022:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  723. Line 1139:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  724. Line 1139:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  725. Line 1328:41: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
  726. Line 1328:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  727.  
  728. ./src/redux/organization/details/organizationDetailsReducer.js
  729. Line 35:5: Expected a default case default-case
  730.  
  731. ./src/redux/community/location/form/communityLocationFormReducer.js
  732. Line 35:5: Expected a default case default-case
  733.  
  734. ./src/redux/community/deviceType/form/communityDeviceTypeFormReducer.js
  735. Line 35:5: Expected a default case default-case
  736.  
  737. ./src/redux/community/zone/form/communityZoneFormReducer.js
  738. Line 35:5: Expected a default case default-case
  739.  
  740. ./src/redux/community/handset/form/communityHandsetFormReducer.js
  741. Line 35:5: Expected a default case default-case
  742.  
  743. ./src/redux/utils/Value.js
  744. Line 38:9: Expected a default case default-case
  745.  
  746. ./src/redux/utils/Details.js
  747. Line 38:9: Expected a default case default-case
  748.  
  749. ./src/containers/Admin/Organizations/Communities/CommunityDetails/CommunityDetails.js
  750. Line 39:5: 'CareTeamMemberFilter' is defined but never used no-unused-vars
  751.  
  752. ./src/redux/auth/session/sessionReducer.js
  753. Line 39:5: Expected a default case default-case
  754.  
  755. ./src/redux/care/team/member/list/careTeamMemberListReducer.js
  756. Line 39:5: Expected a default case default-case
  757.  
  758. ./src/services/ClientDocumentService.js
  759. Line 3:10: 'isEmpty' is defined but never used no-unused-vars
  760.  
  761. ./src/containers/CareTeam/CareTeamMemberEditor/CareTeamMemberEditor.js
  762. Line 3:26: 'isEqual' is defined but never used no-unused-vars
  763.  
  764. ./src/redux/report/list/reportListActions.js
  765. Line 3:8: 'service' is defined but never used no-unused-vars
  766. Line 13:5: 'LOAD_REPORT_LIST_REQUEST' is assigned a value but never used no-unused-vars
  767. Line 14:5: 'LOAD_REPORT_LIST_SUCCESS' is assigned a value but never used no-unused-vars
  768. Line 15:5: 'LOAD_REPORT_LIST_FAILURE' is assigned a value but never used no-unused-vars
  769.  
  770. ./src/containers/Clients/Clients/Assessments/AssessmentTypeForm/AssessmentTypeForm.js
  771. Line 3:8: 'cn' is defined but never used no-unused-vars
  772.  
  773. ./src/validators/ResetPasswordFormValidator.js
  774. Line 3:9: 'isEmpty' is defined but never used no-unused-vars
  775. Line 5:23: 'convertFileSize' is defined but never used no-unused-vars
  776. Line 10:7: 'FILE_TYPES' is assigned a value but never used no-unused-vars
  777. Line 12:7: 'ALLOWED_FILE_SIZE' is assigned a value but never used no-unused-vars
  778.  
  779. ./src/validators/InvitationFormValidator.js
  780. Line 3:9: 'extend' is defined but never used no-unused-vars
  781.  
  782. ./src/validators/NewPasswordFormValidator.js
  783. Line 3:9: 'extend' is defined but never used no-unused-vars
  784.  
  785. ./src/validators/OldPasswordFormValidator.js
  786. Line 3:9: 'extend' is defined but never used no-unused-vars
  787.  
  788. ./src/containers/Clients/Clients/ClientDashboard/ClientAllergiesSummary/ClientAllergiesSummary.js
  789. Line 3:9: 'map' is defined but never used no-unused-vars
  790. Line 7:9: 'bindActionCreators' is defined but never used no-unused-vars
  791.  
  792. ./src/containers/NavigationBar/NavigationBar.js
  793. Line 40:8: 'userImg' is defined but never used no-unused-vars
  794.  
  795. ./src/redux/client/caseload/form/caseloadFormReducer.js
  796. Line 41:5: Expected a default case default-case
  797.  
  798. ./src/redux/contact/list/contactListReducer.js
  799. Line 41:5: Expected a default case default-case
  800.  
  801. ./src/components/dialogs/ConfirmDialog/ConfirmDialog.js
  802. Line 46:13: 'onCancel' is assigned a value but never used no-unused-vars
  803. Line 47:13: 'onConfirm' is assigned a value but never used no-unused-vars
  804.  
  805. ./src/redux/client/form/clientFormReducer.js
  806. Line 4:5: 'clearFieldErrors' is defined but never used no-unused-vars
  807. Line 8:28: 'anyIsFalse' is defined but never used no-unused-vars
  808. Line 8:40: 'allAreTrue' is defined but never used no-unused-vars
  809. Line 48:5: Expected a default case default-case
  810.  
  811. ./src/components/charts/ClientServicesCostComposedChart/ClientServicesCostComposedChart.js
  812. Line 4:8: 'PropTypes' is defined but never used no-unused-vars
  813. Line 7:5: 'Bar' is defined but never used no-unused-vars
  814. Line 8:5: 'Cell' is defined but never used no-unused-vars
  815. Line 13:5: 'Text' is defined but never used no-unused-vars
  816. Line 16:5: 'Rectangle' is defined but never used no-unused-vars
  817. Line 20:17: 'Chart' is defined but never used no-unused-vars
  818.  
  819. ./src/components/charts/ClientEventUtilizationChart/ClientEventUtilizationChart.js
  820. Line 4:8: 'PropTypes' is defined but never used no-unused-vars
  821. Line 8:5: 'Cell' is defined but never used no-unused-vars
  822. Line 11:5: 'Area' is defined but never used no-unused-vars
  823. Line 12:5: 'Line' is defined but never used no-unused-vars
  824. Line 13:5: 'Text' is defined but never used no-unused-vars
  825. Line 14:5: 'Label' is defined but never used no-unused-vars
  826. Line 17:5: 'Rectangle' is defined but never used no-unused-vars
  827. Line 19:5: 'ComposedChart' is defined but never used no-unused-vars
  828. Line 21:17: 'Chart' is defined but never used no-unused-vars
  829.  
  830. ./src/redux/marketplace/community/list/marketplaceCommunityListReducer.js
  831. Line 4:8: 'Immutable' is defined but never used no-unused-vars
  832. Line 28:5: Expected a default case default-case
  833.  
  834. ./src/redux/client/servicePlan/list/servicePlanListReducer.js
  835. Line 4:8: 'Immutable' is defined but never used no-unused-vars
  836. Line 25:9: 'FIRST_PAGE' is assigned a value but never used no-unused-vars
  837. Line 34:5: Expected a default case default-case
  838.  
  839. ./src/components/charts/EncounterChart/EncounterChart.js
  840. Line 4:8: 'PropTypes' is defined but never used no-unused-vars
  841.  
  842. ./src/containers/Clients/Clients/ClientDashboard/ClientEventUtilizationSummary/ClientEventUtilizationSummary.js
  843. Line 4:9: 'map' is defined but never used no-unused-vars
  844. Line 7:9: 'Link' is defined but never used no-unused-vars
  845. Line 8:9: 'bindActionCreators' is defined but never used no-unused-vars
  846. Line 13:18: 'List' is defined but never used no-unused-vars
  847. Line 14:22: 'ListItem' is defined but never used no-unused-vars
  848. Line 23:9: 'path' is defined but never used no-unused-vars
  849.  
  850. ./src/containers/Clients/Clients/ClientDashboard/ClientServicesCostSummary/ClientServicesCostSummary.js
  851. Line 4:9: 'map' is defined but never used no-unused-vars
  852. Line 7:9: 'Link' is defined but never used no-unused-vars
  853. Line 8:9: 'bindActionCreators' is defined but never used no-unused-vars
  854. Line 16:9: 'path' is defined but never used no-unused-vars
  855.  
  856. ./src/containers/Clients/Clients/ClientDashboard/ClientUpcomingAppointments/ClientUpcomingAppointments.js
  857. Line 4:9: 'map' is defined but never used no-unused-vars
  858. Line 7:9: 'Link' is defined but never used no-unused-vars
  859. Line 26:8: 'format' is assigned a value but never used no-unused-vars
  860. Line 28:7: 'DATE_FORMAT' is assigned a value but never used no-unused-vars
  861.  
  862. ./src/containers/Admin/Contacts/Contacts.js
  863. Line 53:5: 'promise' is defined but never used no-unused-vars
  864.  
  865. ./src/containers/Clients/Clients/Assessments/AssessmentViewer/AssessmentViewer.js
  866. Line 56:43: 'DU' is defined but never used no-unused-vars
  867.  
  868. ./src/containers/Admin/Organizations/Communities/CommunityHandsets/CommunityHandsetForm/CommunityHandsetForm.js
  869. Line 58:13: 'error' is assigned a value but never used no-unused-vars
  870. Line 60:13: 'isValid' is assigned a value but never used no-unused-vars
  871. Line 61:13: 'isFetching' is assigned a value but never used no-unused-vars
  872.  
  873. ./src/redux/care/team/member/form/careTeamMemberFormReducer.js
  874. Line 58:5: Expected a default case default-case
  875.  
  876. ./src/containers/Admin/Organizations/Communities/CommunityZones/CommunityZoneForm/CommunityZoneForm.js
  877. Line 59:13: 'error' is assigned a value but never used no-unused-vars
  878. Line 61:13: 'isValid' is assigned a value but never used no-unused-vars
  879. Line 62:13: 'isFetching' is assigned a value but never used no-unused-vars
  880.  
  881. ./src/containers/Admin/Organizations/Communities/CommunityLocations/CommunityLocationForm/CommunityLocationForm.js
  882. Line 59:13: 'error' is assigned a value but never used no-unused-vars
  883. Line 61:13: 'isValid' is assigned a value but never used no-unused-vars
  884. Line 62:13: 'isFetching' is assigned a value but never used no-unused-vars
  885.  
  886. ./src/redux/client/assessment/form/assessmentFormReducer.js
  887. Line 5:10: 'updateFieldErrors' is defined but never used no-unused-vars
  888. Line 34:5: Expected a default case default-case
  889.  
  890. ./src/redux/client/emergency/contact/list/clientEmergencyContactListReducer.js
  891. Line 5:24: 'PAGINATION' is defined but never used no-unused-vars
  892. Line 36:5: Expected a default case default-case
  893.  
  894. ./src/containers/Admin/SideBarItems.js
  895. Line 5:27: 'Clients' is defined but never used no-unused-vars
  896. Line 6:27: 'SuggestedMatches' is defined but never used no-unused-vars
  897. Line 7:27: 'ManualMatching' is defined but never used no-unused-vars
  898.  
  899. ./src/containers/Admin/Contacts/ContactEditor/ContactEditor.js
  900. Line 5:29: 'omit' is defined but never used no-unused-vars
  901.  
  902. ./src/components/charts/ProblemsBarChart/ProblemsBarChart.js
  903. Line 5:8: 'PropTypes' is defined but never used no-unused-vars
  904.  
  905. ./src/components/charts/MedicationBarChart/MedicationBarChart.js
  906. Line 5:8: 'PropTypes' is defined but never used no-unused-vars
  907.  
  908. ./src/containers/Clients/Clients/Assessments/AssessmentEditor/AssessmentEditor.js
  909. Line 62:5: 'isEmpty' is defined but never used no-unused-vars
  910.  
  911. ./src/lib/mock/MockUtils.js
  912. Line 66:10: 'getRandomDay' is defined but never used no-unused-vars
  913.  
  914. ./src/containers/Admin/Organizations/Communities/CommunityZones/CommunityZones.js
  915. Line 6:10: 'Link' is defined but never used no-unused-vars
  916. Line 34:9: 'format' is assigned a value but never used no-unused-vars
  917. Line 36:7: 'DATE_FORMAT' is assigned a value but never used no-unused-vars
  918. Line 243:20: 'commId' is assigned a value but never used no-unused-vars
  919.  
  920. ./src/containers/Clients/Clients/ClientDashboard/ClientMedicationsSummary/ClientMedicationsSummary.js
  921. Line 6:9: 'Link' is defined but never used no-unused-vars
  922. Line 7:9: 'bindActionCreators' is defined but never used no-unused-vars
  923.  
  924. ./src/redux/client/servicePlan/form/servicePlanFormReducer.js
  925. Line 76:5: Expected a default case default-case
  926.  
  927. ./src/containers/Admin/Organizations/Communities/CommunityDeviceTypes/CommunityDeviceTypeForm/CommunityDeviceTypeForm.js
  928. Line 78:13: 'error' is assigned a value but never used no-unused-vars
  929. Line 81:13: 'isValid' is assigned a value but never used no-unused-vars
  930. Line 82:13: 'isFetching' is assigned a value but never used no-unused-vars
  931.  
  932. ./src/components/MultiSelect/MultiSelect.js
  933. Line 7:5: 'where' is defined but never used no-unused-vars
  934. Line 11:5: 'isArray' is defined but never used no-unused-vars
  935. Line 508:15: 'noOptionsSelected' is assigned a value but never used no-unused-vars
  936.  
  937. ./src/containers/Clients/Clients/ClientDashboard/ClientDocumentsDevicesSummary/ClientDocumentsDevicesSummary.js
  938. Line 7:9: 'Redirect' is defined but never used no-unused-vars
  939. Line 46:8: 'FIRST_PAGE' is assigned a value but never used no-unused-vars
  940. Line 48:7: 'ICON_SIZE' is assigned a value but never used no-unused-vars
  941. Line 213:21: 'actions' is assigned a value but never used no-unused-vars
  942. Line 242:13: 'tab' is assigned a value but never used no-unused-vars
  943. Line 243:13: 'isOpen' is assigned a value but never used no-unused-vars
  944. Line 244:13: 'isSharingDataParticipant' is assigned a value but never used no-unused-vars
  945. Line 247:17: 'data' is assigned a value but never used no-unused-vars
  946. Line 247:23: 'isFetching' is assigned a value but never used no-unused-vars
  947.  
  948. ./src/containers/Clients/Clients/ClientDashboard/ClientRecentNotesSummary/ClientRecentNotesSummary.js
  949. Line 7:9: 'Link' is defined but never used no-unused-vars
  950. Line 18:8: 'Loader' is defined but never used no-unused-vars
  951. Line 22:9: 'path' is defined but never used no-unused-vars
  952. Line 59:10: 'Card' is defined but never used no-unused-vars
  953.  
  954. ./src/containers/Clients/Clients/ClientDashboard/ClientRecentEventsSummary/ClientRecentEventsSummary.js
  955. Line 7:9: 'Link' is defined but never used no-unused-vars
  956. Line 14:13: 'ReactstrapCard' is defined but never used no-unused-vars
  957. Line 18:8: 'Loader' is defined but never used no-unused-vars
  958. Line 22:9: 'path' is defined but never used no-unused-vars
  959.  
  960. ./src/containers/Clients/Clients/ClientDashboard/ClientProblemsSummary/ClientProblemsSummary.js
  961. Line 7:9: 'bindActionCreators' is defined but never used no-unused-vars
  962. Line 29:8: 'format' is assigned a value but never used no-unused-vars
  963. Line 31:7: 'TIME_FORMAT' is assigned a value but never used no-unused-vars
  964. Line 32:7: 'DATE_FORMAT' is assigned a value but never used no-unused-vars
  965.  
  966. ./src/containers/Clients/Clients/ClientDashboard/ClientServicePlansSummary/ClientServicePlansSummary.js
  967. Line 7:9: 'Link' is defined but never used no-unused-vars
  968. Line 8:9: 'bindActionCreators' is defined but never used no-unused-vars
  969.  
  970. ./src/components/ScrollTop/ScrollTop.js
  971. Line 87:13: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
  972.  
  973. ./src/containers/Clients/SideBarItems.js
  974. Line 8:27: 'CCDDetails' is defined but never used no-unused-vars
  975. Line 12:27: 'Documents' is defined but never used no-unused-vars
  976. Line 30:9: 'documentCount' is assigned a value but never used no-unused-vars
  977.  
  978. ./src/services/BaseService.js
  979. Line 8:5: 'isNumber' is defined but never used no-unused-vars
  980. Line 195:16: Unexpected mix of '&&' and '||' no-mixed-operators
  981. Line 195:30: Unexpected mix of '&&' and '||' no-mixed-operators
  982.  
  983. ./src/validators/OrganizationFormMarketplaceValidator.js
  984. Line 8:5: 'LENGTH_MINIMUM' is assigned a value but never used no-unused-vars
  985. Line 10:5: 'LENGTH_EQUAL' is assigned a value but never used no-unused-vars
  986. Line 12:5: 'NUMBER_FORMAT' is assigned a value but never used no-unused-vars
  987.  
  988. ./src/validators/CommunityFormMarketplaceValidator.js
  989. Line 8:5: 'LENGTH_MINIMUM' is assigned a value but never used no-unused-vars
  990. Line 10:5: 'LENGTH_EQUAL' is assigned a value but never used no-unused-vars
  991. Line 12:5: 'NUMBER_FORMAT' is assigned a value but never used no-unused-vars
  992.  
  993. ./src/lib/converters/ConverterFactory.js
  994. Line 8:9: Expected a default case default-case
  995.  
  996.  
  997. npm ERR! code ELIFECYCLE
  998. npm ERR! errno 1
  999. npm ERR! web-portal-react-client@0.1.0 build: `react-scripts build`
  1000. npm ERR! Exit status 1
  1001. npm ERR!
  1002. npm ERR! Failed at the web-portal-react-client@0.1.0 build script.
  1003. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  1004.  
  1005. npm ERR! A complete log of this run can be found in:
  1006. npm ERR! /home/rof/.npm/_logs/2020-01-29T14_40_16_784Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement