Resolve eslint errors in node scripts
Follow-up from !264 (merged)
We're currently not running eslint on node.js scripts with the the .cjs
extension. We should actually be linting these.
Done when
- Config is adjusted to lint
.cjs
files, in addition to.js
and.vue
files - Warnings in the
.cjs
files are resolved