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.
- package/README.md +7 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#
|
|
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
|
-
##
|
|
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
|
-
|
|
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.
|
|
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
|
+
}
|