With the release of Super-Linter 7.0.0, Prettier has become the standard for many file formats, ensuring consistent code styling across your projects. Embrace this change and keep your codebase looking sharp by integrating Prettier directly into your workflow. While you can still rely on your favorite IDE to apply Prettier's formatting, why not automate the process with this GitHub Action?
To automate Prettier, simply add the provided YAML configuration to your repository. If needed, a new branch with a name starting with prettier/
will be created, making it easy to review and merge the fixes into your main branch.
If the changes involve files within the .github/workflows/
directory, these need to be updated manually. After making the necessary adjustments, simply create a pull request to finalize the changes and keep your repository in top shape.