-
Notifications
You must be signed in to change notification settings - Fork 19
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
add rule image-src-attribute-not-empty #19
add rule image-src-attribute-not-empty #19
Conversation
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.
Thank you for this contribution too! Also few comments on this one..
Can you also run the linter on added files to fix the build?
When I run the linter it raises errors on files I haven't changed, I don't know what to make of it? |
You can install the prettier plugin in your IDE to format automatically files when you save them (more info here). |
853b465
to
4b60556
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.
LGTM 💯 Can you also propose a test case for this rule in the test project?
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 you please correct conflicts? (due to the merge of #18)
1f02dfb
to
de5cc79
Compare
add a rules that forbids the use of without or with an empty src attribute to save CPU usage.