You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaScript portion of the code should be linted through eslint. This will require adding an .eslintrc.json file and setting up some sort of NPM script to run it. Alternatively, this could also be implemented as part of the testing framework.
The text was updated successfully, but these errors were encountered:
The JavaScript portion of the code should be linted through eslint. This will require adding an
.eslintrc.json
file and setting up some sort of NPM script to run it. Alternatively, this could also be implemented as part of the testing framework.The text was updated successfully, but these errors were encountered: