[Content] add JSON linting (automatic formatting) to JavaScript Guidelines #667
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🧹 status: ticket work required
Needs more details before it can be worked on
Problem
There is not currently a consistent method by which to lint JSON across repositories
Description
The least intrusive route would be to create a singular repository with the right linting setup, and then a GH Action that would run, grabbing the config from that repo and applying the linting to various repos as part of a workflow.
This could be documented in the Guidelines, however if it was seamless enough it might not be necessary to be a part of the Guidelines and could instead run "behind the scenes" on trigger.
Alternatives
npm-package-json-lint
directly within repoAdditional context
The text was updated successfully, but these errors were encountered: