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
This is a result after eslint:
<ul> <li> <div> <i>_hash bytes32</i> </div> <code> 0x {sha3(name.split('.')[0])} </code> </li> <li> <i>_owner address</i> : {strings.mycrypto_bid_select_owner} </li> </ul>
The text was updated successfully, but these errors were encountered:
What error?
Sorry, something went wrong.
When I run eslint --fix over this code, this is the result. The errors are the 0x and the : at left without indentation.
0x
:
The jsx-indent rule is supposed to cover this; however, I think it doesn't at the moment.
jsx-indent
Closing in favor of jsx-eslint/eslint-plugin-react#2318 and jsx-eslint/eslint-plugin-react#1662.
No branches or pull requests
This is a result after eslint:
The text was updated successfully, but these errors were encountered: