Skip to content
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

Check the usage of prop-types in pug templates #68

Merged
merged 21 commits into from
Aug 23, 2019
Merged

Check the usage of prop-types in pug templates #68

merged 21 commits into from
Aug 23, 2019

Conversation

ezhlobo
Copy link
Owner

@ezhlobo ezhlobo commented Aug 22, 2019

So we are adding the supporting of prop-types used inside pug. That means we can check whether we define redundant props or we use something not verified by prop-types definitions.

The initial issue with statuses: #66

I've been testing this rule for two month on three active projects, caught and fixed everything according to our code style. Unfortunately, as we don't use classes, we don't have that supporting here. We can add it but I need to find out an extra time so it can take some time.

I'm creating a PR now but it still requires some additional improvements:

  • Resolve CI issues
  • Review & Refactoring

@ezhlobo ezhlobo merged commit cc01f3f into master Aug 23, 2019
@ezhlobo ezhlobo deleted the prop-types branch August 23, 2019 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant