-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat: add n3-patch support to update-manager #624
Conversation
Few style changes regarding spaces are done by my editor's autofmt. As there seems no eslint/prettier rules setted up, i hope it is ok? |
Thank you for adding this important feature! |
Strange the removal of whitespace before defining parens, which eslint on other projects would add. |
It follows airbnb's js styleguide. As in https://github.com/airbnb/javascript/blob/11ab37144b7f846f04f64a29b5beb6e00d74e84b/packages/eslint-config-airbnb-base/rules/style.js#L486 |
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.
Minor, human-facing
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Is there anything else i should address? thanks. |
Closes #473
Also resolves SolidOS/solidos#185