Open skymandr opened 3 years ago
Blocked by #6 and #65 (sort of).
A lot of our javascript code is not linted at the moment, which is a candidate for bugs. After #5 is done, this should be addressed.
To show the problem, you can replace the lint-script definition in package.json with
package.json
"lint": "eslint scanomatic/ui_server_data/js/ccc scanomatic/ui_server_data/js/spec scanomatic/ui_server_data/js/som"
and the problems will be immediately obvious.
📋 Info
Blocked by #6 and #65 (sort of).
A lot of our javascript code is not linted at the moment, which is a candidate for bugs. After #5 is done, this should be addressed.
To show the problem, you can replace the lint-script definition in
package.json
withand the problems will be immediately obvious.
🏁 DoD