Skip to content

[New] add jsx-quoted-string-props rule #2228

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

Closed
wants to merge 1 commit into from
Closed

[New] add jsx-quoted-string-props rule #2228

wants to merge 1 commit into from

Conversation

rkusa
Copy link

@rkusa rkusa commented Apr 8, 2019

Implements #529. Enforce quoted props for string-typed property values.

Bad:

<div id={'foobar'} />

Good:

<div id="foobar" />

Since this is the first ESLint rule I've ever implemented, feel free to be picky, feedback is highly welcome!

@golopot
Copy link
Contributor

golopot commented Apr 9, 2019

@rkusa
Copy link
Author

rkusa commented Apr 9, 2019

Even better - Thanks for pointing the existing one out!

@rkusa rkusa closed this Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants