pr-checkmate 1.8.0 → 1.9.1
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/dist/config/constants.js +1 -0
- package/package.json +1 -1
package/dist/config/constants.js
CHANGED
|
@@ -72,6 +72,7 @@ exports.SOURCE_EXTENSIONS = {
|
|
|
72
72
|
all: ['.ts', '.tsx', '.js', '.jsx', '.json', '.md', '.mdx'],
|
|
73
73
|
};
|
|
74
74
|
exports.DEFAULT_COMMANDS = {
|
|
75
|
+
'npx pr-checkmate init': 'Update pr-checkmate.json',
|
|
75
76
|
'npx pr-checkmate all': 'Run all checks',
|
|
76
77
|
'npx pr-checkmate lint': 'Lint code using ESLint',
|
|
77
78
|
'npx pr-checkmate prettier': 'Format code using Prettier',
|