We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{user.email}
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
I have no idea how I'm going to stop this error besides disabling the plugin entirely.
[eslint] {user.email} must be placed on a new line [react/jsx-one-expression-per-line]
[eslint]
must be placed on a new line [react/jsx-one-expression-per-line]
https://gyazo.com/2a1ce5e90ec07ee3cb43454d32684872
The text was updated successfully, but these errors were encountered:
Fixed the issue by adding a rule to .eslintrc.js
.eslintrc.js
'react/jsx-one-expression-per-line': 'off'
Sorry, something went wrong.
Duplicate of #1855
No branches or pull requests
I have no idea how I'm going to stop this error besides disabling the plugin entirely.
[eslint]
{user.email}must be placed on a new line [react/jsx-one-expression-per-line]
https://gyazo.com/2a1ce5e90ec07ee3cb43454d32684872
The text was updated successfully, but these errors were encountered: