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
After updating from 6.3.0 to 6.4.0 this code generates error: react/jsx-indent Expected indentation of 8 space characters but found 6
react/jsx-indent Expected indentation of 8 space characters but found 6
But if I move underlined div, own eslint indent rule starts showing error: indent Expected indentation of 6 spaces but found 8
indent Expected indentation of 6 spaces but found 8
Rules config:
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }], 'react/jsx-indent': [2, 2], 'react/jsx-indent-props': [0, 2],
The text was updated successfully, but these errors were encountered:
d0dfc07
No branches or pull requests
After updating from 6.3.0 to 6.4.0 this code generates error:
react/jsx-indent Expected indentation of 8 space characters but found 6
But if I move underlined div, own eslint indent rule starts showing error:
indent Expected indentation of 6 spaces but found 8
Rules config:
The text was updated successfully, but these errors were encountered: