-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Tweak stylelint config #38228
Tweak stylelint config #38228
Conversation
e294085
to
591fab4
Compare
591fab4
to
e165595
Compare
I believe this is now ready. IMHO it's cleaner now. The only issue I've been hitting is some caching issue when changing the config. But it's not something new IIRC. |
Now that I think about it, it might make more sense to merge the examples config with the root one so that we have everything in one place. I'll give it a go later and I'd all goes well I'll merge it. |
* move reportInvalidScopeDisables and reportNeedlessDisables to config * rename to .stylelintrc.json * inherit from the root config * remove unneeded disabled from examples/.stylelintrc.json
757be50
to
eca9f65
Compare
f9173db
to
172a56c
Compare
OK, now I really think it's ready :) Let me know which approach you prefer. I feel the latter is cleaner since those rules affect our Sass files only and we reduce the overrides. |
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.
Looks great!
Description
Motivation & Context
Type of changes
Checklist
npm run lint
)Live previews
Related issues