alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
630 stars 121 forks source link

feat: add support for JSON5 language #126

Closed kitos9112 closed 2 years ago

kitos9112 commented 2 years ago

This PR adds support for JSON5 as per its documentation --> https://json5.org/

There're a few changes to syntax as per the standard linting rules (e.g., whitespace, new line, etc...) that I use for formatting code. Happy to revert if not happy with it.

alstr commented 2 years ago

Thanks!