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(#657): remove invalid comma from .eslintrc #658

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

jkuester
Copy link
Contributor

Description

Closes #657

Removes the invalid comma from the .eslintrc file that gets created by the initialize-project-layout action.

Code review items

  • Readable: Concise, well named, follows the style guide, documented if necessary.
  • Documented: Configuration and user documentation on cht-docs
  • Tested: Unit and/or integration tests where appropriate
  • Backwards compatible: Works with existing data and configuration. Any breaking changes documented in the release notes.

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@jkuester jkuester requested a review from sugat009 January 31, 2025 16:55
@jkuester jkuester merged commit 1aaad4c into medic:main Feb 3, 2025
6 checks passed
@jkuester jkuester deleted the 657-fix-init-eslintrc branch February 3, 2025 18:28
@medic-ci
Copy link
Collaborator

medic-ci commented Feb 3, 2025

🎉 This PR is included in version 4.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.eslintrc file from initialize-project-layout is not valid JSON
3 participants