-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
@seunomonije the linter reports these errors in analysis.js; please fix them
/home/runner/work/step99-2020/step99-2020/client/js/analysis.js
##[error] 2:5 error 'formSubmit' is never reassigned. Use 'const' instead prefer-const
##[error] 2:42 error Strings must use singlequote quotes
##[error] 3:29 error Strings must use singlequote quotes
##[warning] 5:1 warning Missing JSDoc @returns declaration jsdoc/require-returns
##[error] 7:4 error Trailing spaces not allowed no-trailing-spaces
##[error] 11:38 error 'elId' is not defined no-undef
##[error] 11:44 error Trailing spaces not allowed no-trailing-spaces
✖ 7 problems (6 errors, 1 warning)
5 errors and 0 warnings potentially fixable with the `--fix` option.