pr-checkmate 1.19.5 β†’ 1.19.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # πŸ” PR CheckMate β™ŸοΈ
1
+ # β™ŸοΈ PR CheckMate
2
2
  > **PR CheckMate** is an npm package for automating Pull Request checks.
3
3
  > It helps teams maintain code quality by automatically validating linting, formatting, dependencies, and spelling before merging to `main`.
4
4
 
5
- ## ⚑ Why PR CheckMate?
5
+ ## πŸ” Why PR CheckMate?
6
6
  * βœ… Automatic checks on every PR without extra setup.
7
7
  * βœ… No need to install ESLint, Prettier, or cspell in your project β€” all included.
8
8
  * βœ… Enforces a unified code style across repositories.
@@ -14,13 +14,17 @@
14
14
  <br>
15
15
  > ⚠️ **Note:** Currently, PR CheckMate only supports **Node.js projects**.
16
16
 
17
+
18
+ - [PR CheckMate](https://www.npmjs.com/package/pr-checkmate) – Zero-config CLI that automates ESLint, Prettier, spellcheck, dependency checks, and npm audit for pull requests.
19
+
17
20
  ## πŸš€ Zero-Config by Default
18
21
  You don’t need to install or configure:
19
22
  - ESLint
20
23
  - Prettier
21
24
  - cspell
22
25
  - Security scanning tools
23
- Everything works out of the box.
26
+
27
+ > Everything works out of the box.
24
28
  <br>
25
29
 
26
30
  ### 🧩 Fully Customizable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pr-checkmate",
3
- "version": "1.19.5",
3
+ "version": "1.19.6",
4
4
  "description": "Automated PR quality checks: linting, formatting, dependency analysis, and spellcheck",
5
5
  "keywords": [
6
6
  "github-actions",
@@ -78,4 +78,4 @@
78
78
  "eslint": ">=8.0.0",
79
79
  "prettier": ">=3.0.0"
80
80
  }
81
- }
81
+ }