We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jsx-indent
<div> {[ <span key="one" />, <span key="two" />, <span key="three" />, ]} </div>
With it set to "2", i get Expected indentation of 14 space characters but found 12.
Expected indentation of 14 space characters but found 12
When I set it to:
then react-jsx-indent is happy, but indent now complains.
react-jsx-indent
indent
The text was updated successfully, but these errors were encountered:
Same here. The issue is for any array.
[ 'One', <span key="two" />, 'three' ]
Sorry, something went wrong.
d0dfc07
yannickcr
No branches or pull requests
With it set to "2", i get
Expected indentation of 14 space characters but found 12
.When I set it to:
then
react-jsx-indent
is happy, butindent
now complains.The text was updated successfully, but these errors were encountered: