My prettier linter complained that the README.md no longer complies after I merged the initial pull request of the All Contributors app. The app added the "Contributors" section. That change trimmed the new line from the end of the README:
To Reproduce
Steps to reproduce the behavior:
In a repository that does not have the app installed yet, and does not yet have the contributors section in the README, install the app
Ask the app to add someone as contributor
The resulting PR removes the new line from the README
Expected behavior
The README.md file changes should adhere to the prettier formatting rules
Describe the bug
My prettier linter complained that the
README.md
no longer complies after I merged the initial pull request of the All Contributors app. The app added the "Contributors" section. That change trimmed the new line from the end of the README:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
README.md
file changes should adhere to the prettier formatting rulesAdditional context
Failing lint build: https://github.com/probot/create-probot-app/runs/1690285771?check_suite_focus=true