Conversation
XhmikosR
commented
Mar 14, 2023
e294085 to
591fab4
Compare
591fab4 to
e165595
Compare
Member
Author
|
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. |
mdo
approved these changes
Mar 14, 2023
Member
Author
|
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
Member
Author
|
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. |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation & Context
Type of changes
Checklist
npm run lint)Live previews
Related issues