vite-plugin-checker
vite-plugin-checker copied to clipboard
feat: add Stylelint basic support
https://github.com/fi3ework/vite-plugin-checker/issues/57
Mostly based on the eslint checker.
Tell me if I missed anything. Thanks. :D
Deploy Preview for vite-plugin-checker canceled.
| Name | Link |
|---|---|
| Latest commit | 10438b55869116a27a05df75a2f5365d539b3436 |
| Latest deploy log | https://app.netlify.com/sites/vite-plugin-checker/deploys/63479d855ba3f7000741a137 |
Thanks! great work. The code LGTM mostly although we need to add test case afterwards. We need to add colorMap of diagnostic in the UI of stylelint here.
https://github.com/fi3ework/vite-plugin-checker/blob/dca415728218f6936fa71dc4b444e01fcdfd5c54/packages/runtime/src/components/Diagnostic.svelte#L6-L9
Thanks for pointing out!
I just update some docs and update checkerColorMap. I use #ffffff (white) as stylelint color, since stylelint's icon includes only black and white and black is not clear enough.
Just merged main branch and do some updates.
Any updates? Can't wait to see this feature implemented 😃
Just merged main branch.
LGTM, still needs to resolve a conflict due to the update of package.json yesterday, and it can be merged.
It is ready to be merged.
Weird, I can't click merge button on the website and still got a conflict hint 🤔

I think the reason is the commits are separated in the commit history that can't be rebased by GitHub. Some squash or cherry-pick might be required.
Try to do a rebase just now.
Thanks, great work!
❤️