We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753e263 commit 78899e7Copy full SHA for 78899e7
package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0",
4
"description": "Ensure your PR title matches the Conventional Commits spec.",
5
"main": "dist/index.js",
6
+ "type": "module",
7
"scripts": {
8
"lint": "eslint src && prettier --check src",
9
"test": "vitest src",
0 commit comments