-
Notifications
You must be signed in to change notification settings - Fork 121
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
WIP: Refactor to make linting more strict #202
WIP: Refactor to make linting more strict #202
Conversation
+ dependencies updated
Looks great, you can start making changes to comply with the new rules |
- component - docs
- component - docs
I've updated this PR with changes to Paragraph and Heading components... it covers components as well as docs for them. Let me know if that is ok... and I'll work on the rest of the components. Also... this PR will affect most of the files... so if you have some work in progress let's figure out how to best avoid conflicts ;) |
That is ok, but need to fix an error in docs :) |
Co-authored-by: Ilya Artamonov <[email protected]>
good catch, thanks cool... I'll continue with other components |
- component - docs
- component - docs
- component - docs
- component - docs
- component names come from the file name
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
- component - docs
Hey... this is still WIP... I have few more components to go through... ;) |
I know, I merged it into |
Hey 👋
Based on the discussion here: #200
This is my proposal for updating linting rules... (details in comments below).
This is Draft PR as if changes are accepted it'll be required to actually implement new rules... this can be done as part of this commit (but it would make it very big) or as separated piece of work after this one is accepted.
When updating linting dependencies I've also updated existing ones as well.
Pleas let me know if this set of rules is acceptable... If yes I'll prepare next one to implement necessary changes to align with those rules.