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

[FEAT] Wire up eslint and stylelint tasks into PRs #394

Open
AlanLes opened this issue Mar 4, 2024 · 0 comments
Open

[FEAT] Wire up eslint and stylelint tasks into PRs #394

AlanLes opened this issue Mar 4, 2024 · 0 comments
Labels
3: Medium enhancement New feature or request invalid This doesn't seem right nice to have

Comments

@AlanLes
Copy link
Contributor

AlanLes commented Mar 4, 2024

Is your feature request related to a problem? Please describe.

I recently noticed that no one seems to have run eslint or stylelint tasks for a long time. Both throws a lot of errors; the first is 100+, the second is 16. It would be good to connect it to some pipelines; otherwise, why do we need it?
image (1)
image

Describe the solution you'd like

  • Wire the eslint and stylelint to the Github Actions or another pipeline-ish thing.
  • Fix all the existing problems/errors or reconsider existing rules and their importance.

What are acceptance criteria?

  • No errors when running eslint and stylelint tasks locally.
  • eslint and stylelint tasks are running behind the scenes along with the vue-tsc on github PR
@AlanLes AlanLes added enhancement New feature or request invalid This doesn't seem right nice to have 3: Medium labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Medium enhancement New feature or request invalid This doesn't seem right nice to have
Projects
None yet
Development

No branches or pull requests

1 participant