Watts-Lab / deliberation-empirica

Empirica V2 framework
MIT License
5 stars 0 forks source link

graceful failure for timezone, time on splash screen #444

Closed JamesPHoughton closed 1 year ago

github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Element.jsx
  6:17  error  'useEffect' is defined but never used  no-unused-vars
  6:28  error  'useState' is defined but never used   no-unused-vars
  9:3   error  'usePlayer' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
   13:7   error  'empiricaDir' is assigned a value but never used              no-unused-vars
  103:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  2:1   error  './utils.js' import should occur after import of 'fs'   import/order
  2:25  error  Unexpected use of file extension "js" for "./utils.js"  import/extensions
  4:13  error  'fs' is defined but never used                          no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/storeParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

✖ 26 problems (26 errors, 0 warnings)
  4 errors and 0 warnings potentially fixable with the '--fix' option.
cypress[bot] commented 1 year ago

Passing run #817 ↗︎

0 7 0 0 Flakiness 0

Details:

update empirica
Project: Deliberation Commit: 57ee4b7033
Status: Passed Duration: 03:59 💡
Started: Mar 6, 2023 5:11 PM Ended: Mar 6, 2023 5:15 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Element.jsx
  6:17  error  'useEffect' is defined but never used  no-unused-vars
  6:28  error  'useState' is defined but never used   no-unused-vars
  9:3   error  'usePlayer' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
   13:7   error  'empiricaDir' is assigned a value but never used              no-unused-vars
  103:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  2:1   error  './utils.js' import should occur after import of 'fs'   import/order
  2:25  error  Unexpected use of file extension "js" for "./utils.js"  import/extensions
  4:13  error  'fs' is defined but never used                          no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/storeParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

✖ 26 problems (26 errors, 0 warnings)
  4 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
   13:7   error  'empiricaDir' is assigned a value but never used              no-unused-vars
  103:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  2:1   error  './utils.js' import should occur after import of 'fs'   import/order
  2:25  error  Unexpected use of file extension "js" for "./utils.js"  import/extensions
  4:13  error  'fs' is defined but never used                          no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/storeParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

✖ 23 problems (23 errors, 0 warnings)
  4 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
  102:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/exportParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  3:13  error  'fs' is defined but never used  no-unused-vars

✖ 20 problems (20 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
  102:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/exportParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  3:13  error  'fs' is defined but never used  no-unused-vars

✖ 20 problems (20 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
  102:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/exportParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  3:13  error  'fs' is defined but never used  no-unused-vars

✖ 20 problems (20 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  143:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
  102:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/exportParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  3:13  error  'fs' is defined but never used  no-unused-vars

✖ 20 problems (20 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  145:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
  102:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/exportParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  3:13  error  'fs' is defined but never used  no-unused-vars

✖ 20 problems (20 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the '--fix' option.
github-actions[bot] commented 1 year ago
/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/elements/Survey.jsx
  12:5  error  'onComplete' was used before it was defined  no-use-before-define
  42:7  error  JSX props should not use functions           react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Countdown.jsx
  14:21  error  Use default import syntax to import 'ReactCountdown'             import/no-named-default
  48:61  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  48:74  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:28  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities
  67:41  error  '"' can be escaped with '"', '“', '"', '”'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/DescriptivePlayerIdForm.jsx
  37:27  error  Identifier 'utc_datetime' is not in camel case  camelcase

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/EnterNickname.jsx
  48:45  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/IntegratedConsent.jsx
  145:17  error  JSX props should not use functions  react/jsx-no-bind

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/Introduction.jsx
  9:7  error  'introMdDefault' is assigned a value but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/NoGames.jsx
  16:17  error  'useEffect' is defined but never used  no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/client/src/intro-exit/QualityControl.jsx
   4:18  error  'P' is defined but never used                                    no-unused-vars
  31:66  error  ''' can be escaped with ''', '‘', ''', '’'  react/no-unescaped-entities

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/callbacks.js
    7:33  error  'GetRoom' is defined but never used                           no-unused-vars
  102:42  error  Expected exception block, space or tab after '//' in comment  spaced-comment

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/exportParticipantData.js
  36:23  error  Expected to return a value at the end of async function 'getParticipantData'  consistent-return
  43:5   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  83:3   error  Expected exception block, space or tab after '//' in comment                  spaced-comment
  86:59  error  'player' is defined but never used                                            no-unused-vars
  87:9   error  'fileName' is assigned a value but never used                                 no-unused-vars

/home/runner/work/deliberation-empirica/deliberation-empirica/server/src/getTreatments.js
  3:13  error  'fs' is defined but never used  no-unused-vars

✖ 22 problems (22 errors, 0 warnings)
  3 errors and 0 warnings potentially fixable with the '--fix' option.