-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add ability to change ordering of sections #20
base: main
Are you sure you want to change the base?
Conversation
Updated tests to work with new changes
Co-authored-by: Rafael Bardini <[email protected]>
Co-authored-by: Rafael Bardini <[email protected]>
Co-authored-by: Rafael Bardini <[email protected]>
- sections.map return 'null' instead of 'false' for nonexistent section of resume, e.g. certificates - body.js -> sections.js
(Let me know if better to merge these updates to PR#19 itself. I'd need "write-permission" on it to do so.) |
- add "embeddedLanguageFormatting": "off" to prettier config - re-update resume.js tag formats
@@ -3,5 +3,6 @@ | |||
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"], | |||
"printWidth": 120, | |||
"semi": false, | |||
"singleQuote": true | |||
"singleQuote": true, | |||
"embeddedLanguageFormatting": "off" |
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.
Does anything break if we keep embedded language formatting? I'm wondering why there are so many test snapshot changes. For consistency, I would prefer to not disable it, unless that results in even more changes.
Hey just checking what's the status, found some free time as of recent if there's anything more needed to do. |
A couple commits to update Anish's PR.
Tests succeed === Happy