Run prettier again

This commit is contained in:
rejas 2021-09-11 11:16:09 +02:00
parent 68e02a528e
commit 9a8de7db80
8 changed files with 56 additions and 58 deletions

2
.github/FUNDING.yml vendored
View File

@ -1,2 +1,2 @@
github: MichMich github: MichMich
custom: ['https://magicmirror.builders/#donate'] custom: ["https://magicmirror.builders/#donate"]

View File

@ -20,6 +20,7 @@ If you are facing an issue or found a bug while trying to install MagicMirror vi
## I found a bug in the MagicMirror Docker image ## I found a bug in the MagicMirror Docker image
If you are facing an issue or found a bug while running MagicMirror inside a Docker container please create an issue in the corresponding repository: If you are facing an issue or found a bug while running MagicMirror inside a Docker container please create an issue in the corresponding repository:
- karsten13/magicmirror: [https://gitlab.com/khassel/magicmirror](https://gitlab.com/khassel/magicmirror) - karsten13/magicmirror: [https://gitlab.com/khassel/magicmirror](https://gitlab.com/khassel/magicmirror)
- (deprecated) bastilimbach/docker-magicmirror: [https://github.com/bastilimbach/docker-MagicMirror](https://github.com/bastilimbach/docker-MagicMirror) - (deprecated) bastilimbach/docker-magicmirror: [https://github.com/bastilimbach/docker-MagicMirror](https://github.com/bastilimbach/docker-MagicMirror)

View File

@ -2,24 +2,21 @@ Hello and thank you for wanting to contribute to the MagicMirror project
**Please make sure that you have followed these 4 rules before submitting your Pull Request:** **Please make sure that you have followed these 4 rules before submitting your Pull Request:**
> 1) Base your pull requests against the `develop` branch. > 1. Base your pull requests against the `develop` branch.
> >
> 2. Include these infos in the description:
> >
> 2) Include these infos in the description: > - Does the pull request solve a **related** issue?
> * Does the pull request solve a **related** issue? > - If so, can you reference the issue like this `Fixes #<issue_number>`?
> * If so, can you reference the issue like this `Fixes #<issue_number>`? > - What does the pull request accomplish? Use a list if needed.
> * What does the pull request accomplish? Use a list if needed. > - If it includes major visual changes please add screenshots.
> * If it includes major visual changes please add screenshots.
> >
> > 3. Please run `npm run lint:prettier` before submitting so that
> 3) Please run `npm run lint:prettier` before submitting so that
> style issues are fixed. > style issues are fixed.
> >
> > 4. Don't forget to add an entry about your changes to
> 4) Don't forget to add an entry about your changes to
> the CHANGELOG.md file. > the CHANGELOG.md file.
**Note**: Sometimes the development moves very fast. It is highly **Note**: Sometimes the development moves very fast. It is highly
recommended that you update your branch of `develop` before creating a recommended that you update your branch of `develop` before creating a
pull request to send us your changes. This makes everyone's lives pull request to send us your changes. This makes everyone's lives

View File

@ -14,5 +14,5 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v1.6.1 - uses: dangoslen/changelog-enforcer@v1.6.1
with: with:
changeLogPath: 'CHANGELOG.md' changeLogPath: "CHANGELOG.md"
skipLabels: 'Skip Changelog' skipLabels: "Skip Changelog"