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
Logical assignment operators such as ||= and &&= are not supported
||=
&&=
The text was updated successfully, but these errors were encountered:
This is addressed by #14
Sorry, something went wrong.
This might help: https://github.com/starlingSolutions/eslint-plugin-align-assignments
Install that plugin using the git scheme in package.json.
git scheme
Also have a look at these modifications: #21
Cheers.
No branches or pull requests
Logical assignment operators such as
||=
and&&=
are not supportedThe text was updated successfully, but these errors were encountered: