Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

More javascript linting #62

Open skymandr opened 3 years ago

skymandr commented 3 years ago

📋 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 with

    "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.

🏁 DoD