-
Notifications
You must be signed in to change notification settings - Fork 4
feat: make all rules errors instead of warnings #17
New issue
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
Conversation
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
|
@aldeed added the node plugin, and updated all the dependencies. reactioncommerce/reaction#5308 has been merged into reaction to override existing issues as |
Signed-off-by: Erik Kieckhafer <[email protected]>
|
@zenweasel @rosshadden @aldeed don't need all three of you to approve, just whomever gets to it first, but since you all had input just wanted to tag you all. Once merged, I'll make the release 2.0 from it, then create a PR in Reaction to update to 2.0. The PR that provided |
rosshadden
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First!
|
π This PR is included in version 1.10.0 π The release is available on: Your semantic-release bot π¦π |
Resolves #5
Resolves #7
Resolves #12
Resolves #13
We have cleaned up our codebase enough where all rules are either clean, or are overridden with a
warninstead of aerrorlocally inside ofpackage.json. Changing all rules toerrorwill guarantee no new eslint issues are introduced in the future.