Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend linting is broken #53

Open
berombau opened this issue Nov 17, 2020 · 1 comment
Open

frontend linting is broken #53

berombau opened this issue Nov 17, 2020 · 1 comment
Labels
bug Something isn't working frontend

Comments

@berombau
Copy link
Collaborator

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 vuejs/vue-cli#6064

@berombau berombau added bug Something isn't working Mid priority frontend labels Nov 17, 2020
@berombau
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

2 participants