-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Convert RulesDeploy.js into TypeScript #1189
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
1 similar 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.
There's definitely more to clean up, but I think these comments are necessary evil in initially converting a file - shouldn't have too much of an impact, I think.
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.
Should be fine assuming all testing passes :) Thanks
I tried to keep this as unobtrusive as possible. There's a lot of line-noise involved in converting JS to TypeScript just due to eslint, so my preference would be to merge this as-is and then "upgrade" the typescript to be more idiomatic in a separate PR, where the style changes can be inspected alone.