vibbic / biosegment

BioSegment is a software stack to enable segmentation of microscopy data using machine learning models.
https://vibbic.github.io/biosegment/
GNU General Public License v3.0
3 stars 2 forks source link

frontend linting is broken #53

Open berombau opened 3 years ago

berombau commented 3 years ago
cd frontend
npm run lint

results in:

npm ERR! code 1
npm ERR! path /run/media/berombau/data/GitHub/biosegment/frontend
npm ERR! command failed
npm ERR! command sh -c vue-cli-service lint

Also fails in Docker environment with Node v10. Linter is TSLint @vue/cli-plugin-typescript, but that project is deprecated and replaced with ESLint with Typescript support. Update the plugins, maybe together with updating to Vue CLI v5 https://github.com/vuejs/vue-cli/issues/6064

berombau commented 3 years ago

Typescript type issues are resolved, but there are still other warnings.