This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Hashdard should use jsx double quotes #4
Labels
Comments
@duranmla can you explain what issue are you having here? That rule is being overwritten here: https://github.com/hashlabs/eslint-config-hashdard/blob/master/eslintrc.json#L17 If I remember correctly that PR fixed this issue, isn't it working for you? Did you update hashdard to version |
Yes @carlows is the only rule I am having troubles with. It happens with the cli command and as expected with the integration with atom. |
@duranmla no idea, I haven't written JavaScript lately |
@duranmla I just bootstrapped an app with
This is what I get from hashdard:
So yeah, this is working for me, it expects double quotes on JSX tags. My versions are:
And I'm running hashdard from the cli. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The base eslint has jsx double quotes by default, but the standard-jsx doesn't
We need to overwrite that rule of standard-jsx to make it work as expected
The text was updated successfully, but these errors were encountered: