You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I recently noticed that no one seems to have run
![image (1)](https://private-user-images.githubusercontent.com/13744352/309710570-56b9d653-3ffd-463e-b15d-351764aeca2d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTgzMDYsIm5iZiI6MTczOTQ1ODAwNiwicGF0aCI6Ii8xMzc0NDM1Mi8zMDk3MTA1NzAtNTZiOWQ2NTMtM2ZmZC00NjNlLWIxNWQtMzUxNzY0YWVjYTJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0NDY0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMzNDVhNDVhY2Q4YmU1MDI0YjNjOTU5NjIxZmE4MjlhYTBmOTg3ZTNiYjRkZmFjZjMzNTYwMjFmMmQwZGM0NjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Z15RlLRNbMdbqrp4apuTHXoba_q9opHUI6cRshiAXMc)
![image](https://private-user-images.githubusercontent.com/13744352/309710609-31856376-e5a5-47c5-8ff3-3ca81fbc7168.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTgzMDYsIm5iZiI6MTczOTQ1ODAwNiwicGF0aCI6Ii8xMzc0NDM1Mi8zMDk3MTA2MDktMzE4NTYzNzYtZTVhNS00N2M1LThmZjMtM2NhODFmYmM3MTY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0NDY0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyY2NkYzRmOGQ3YmE0NTE0ZWNlYTkyZGU4NzNkZWM1M2ZjNWE2NmM5NjQzMjQxYjA3ZTA0ZDk3MzUyNjQwNGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.O4txrZtnTRomm1NCdSehitZxf_F1dE6fwKjfiuoLTPc)
eslint
orstylelint
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?Describe the solution you'd like
eslint
andstylelint
to the Github Actions or another pipeline-ish thing.What are acceptance criteria?
eslint
andstylelint
tasks locally.eslint
andstylelint
tasks are running behind the scenes along with thevue-tsc
on github PRThe text was updated successfully, but these errors were encountered: