formatted keeper sdk package using prettier#211
Conversation
tylerccarson
left a comment
There was a problem hiding this comment.
Maybe worth adding a step to the main.yml workflow to ensure code formatting compliance during PR's.
Also, in a follow-up PR, make sure to add the landing commit hash to https://github.com/Keeper-Security/keeper-sdk-javascript/blob/main/.git-blame-ignore-revs so it can be filtered out for git blames
|
Thanks for adding the main.yml check. Caught one more thing-- if you truly want to match the style of keeperapi, you'll need to copy over the As-is, I noticed 2-width tabs and semi-colons, but we use 4-width tabs and no semi colons (looks like we set 5 overrides in total). |
tylerccarson
left a comment
There was a problem hiding this comment.
looks good! thanks for the updates
No description provided.