-
Notifications
You must be signed in to change notification settings - Fork 197
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: add stylelint #1787
feat: add stylelint #1787
Conversation
30b7336
to
5fdfc1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty great, whenever you're ready to bring it in, let me know and I'll pull it down for testing
🚀 Deployed on https://pr-1787--spectrum-css.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename the custom-stylelint-plugins
folder to just plugins
? We have several custom postcss plugins as well that I'd like to eventually move out of tools.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rajdeepc things are starting to take shape here! Thanks for working on this. I left a few comments - also: how do you feel about writing some tests to cover the custom plugin functionality?
Got it. Tests are included now. Thanks @pfulton . Would you like to do one round of review again. Did some abstraction on the codebase. |
00b9be2
to
c2cc27d
Compare
c2cc27d
to
0a7b6f7
Compare
e7eaf0f
to
4a2ada2
Compare
I validated this PR by applying a couple different types of errors inside of the accordion/index.css file and confirmed that the action failed and that comments were added to the files in the PR. ✅ |
c02c007
to
6c10f0a
Compare
6c10f0a
to
544579a
Compare
Description
linting
GH Action to allow for linting in CI.How and where has this been tested?
How this was tested:
yarn lint:styles
Browser(s) and OS(s) this was tested with:
Chrome and in Github workflow
Screenshots
To-do list