Skip to content
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

Fix several small issues #3705

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

hyperupcall
Copy link
Member

@hyperupcall hyperupcall commented Apr 11, 2024

This fixes several small issues.

closes #3504
closes #3702
closes #3108
closes #3116
closes #3364

@github-actions github-actions bot added ci ".github/**/*" folder is updated (auto-generated by labeler action) documentation "**/*.md" folder is updated (auto-generated by labeler action) NodeJS NodeJS files are updated (auto-generated by labeler action) schema-validation.json labels Apr 11, 2024
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@hyperupcall hyperupcall force-pushed the hyperupcall-smallfixes branch 5 times, most recently from 33437ec to c3ebf5e Compare April 11, 2024 07:47
@github-actions github-actions bot removed ci ".github/**/*" folder is updated (auto-generated by labeler action) NodeJS NodeJS files are updated (auto-generated by labeler action) labels Apr 11, 2024
@hyperupcall hyperupcall merged commit adb6572 into SchemaStore:master Apr 11, 2024
3 checks passed
@@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allowTrailingCommas": true,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a particular reason this was removed? I was so happy that trailing commas were allowed due to this, given that things function perfectly with trailing commas, only to discover that now again they are highlighted as invalid in my IDE.

If this is intentional all fine, just double checking before I remove all trailing commas once more from my code.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh you're right, I made a mistake removing this. I believe I removed it because the same property didn't exist in jsconfig.json, but now i'll add it to both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation "**/*.md" folder is updated (auto-generated by labeler action)
Projects
None yet
2 participants