mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 21:11:17 +00:00
[docs] Fix command to lint markdown
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -26,7 +26,7 @@ To run StyleLint, use `node --run lint:css`.
|
|||||||
|
|
||||||
We use [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) to lint our markdown files. The configuration is in our `.markdownlint.json` file.
|
We use [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) to lint our markdown files. The configuration is in our `.markdownlint.json` file.
|
||||||
|
|
||||||
To run markdownlint, use `node --run markdownlint:css`.
|
To run markdownlint, use `node --run lint:markdown`.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@@ -19,14 +19,18 @@ planned for 2025-07-01
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- [refactor] Simplify module loading process (#3766)
|
- [refactor] Simplify module loading process (#3766)
|
||||||
- Use `node --run` instead of `npm run` (#3764) and adapt `start:dev` script.
|
- Use `node --run` instead of `npm run` (#3764) and adapt `start:dev` script (#3773)
|
||||||
- [workflow] Run linter und spellcheck with LTS node version (#3767)
|
- [workflow] Run linter and spellcheck with LTS node version (#3767)
|
||||||
- [workflow] Split "Run test" step into two steps for more clarity (#3767)
|
- [workflow] Split "Run test" step into two steps for more clarity (#3767)
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- [core] Update dependencies
|
- [core] Update dependencies
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- [docs] Fix command to lint markdown
|
||||||
|
|
||||||
## [2.31.0] - 2025-04-01
|
## [2.31.0] - 2025-04-01
|
||||||
|
|
||||||
Thanks to: @Developer-Incoming, @eltociear, @geraki, @khassel, @KristjanESPERANTO, @MagMar94, @mixasgr, @n8many, @OWL4C, @rejas, @savvadam, @sdetweil.
|
Thanks to: @Developer-Incoming, @eltociear, @geraki, @khassel, @KristjanESPERANTO, @MagMar94, @mixasgr, @n8many, @OWL4C, @rejas, @savvadam, @sdetweil.
|
||||||
@@ -46,7 +50,7 @@ Thanks to: @Developer-Incoming, @eltociear, @geraki, @khassel, @KristjanESPERANT
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- [core] Starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677)
|
- [core] Starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set Wayland is used) (#3677)
|
||||||
- [core] Optimize systeminformation calls and output (#3689)
|
- [core] Optimize systeminformation calls and output (#3689)
|
||||||
- [core] Add issue templates for feature requests and bug reports (#3695)
|
- [core] Add issue templates for feature requests and bug reports (#3695)
|
||||||
- [core] Adapt `start:x11:dev` script
|
- [core] Adapt `start:x11:dev` script
|
||||||
@@ -84,7 +88,7 @@ Thanks to: @xsorifc28, @HeikoGr, @bugsounet, @khassel, @KristjanESPERANTO, @reja
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- [core] Add wayland and windows start options to `package.json` (#3594)
|
- [core] Add Wayland and Windows start options to `package.json` (#3594)
|
||||||
- [docs] Add step for npm publishing in release process (#3595)
|
- [docs] Add step for npm publishing in release process (#3595)
|
||||||
- [core] Add GitHub workflow to run spellcheck a few days before each release (#3623)
|
- [core] Add GitHub workflow to run spellcheck a few days before each release (#3623)
|
||||||
- [core] Add test flag to `index.html` to pass to module js for test mode detection (needed by #3630)
|
- [core] Add test flag to `index.html` to pass to module js for test mode detection (needed by #3630)
|
||||||
|
Reference in New Issue
Block a user