We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbd749 commit 48a8ef4Copy full SHA for 48a8ef4
package.json
@@ -9,6 +9,8 @@
9
"bugs": "https://github.com/form8ion/commitlint-config/issues",
10
"homepage": "https://npm.im/@form8ion/commitlint-config",
11
"sideEffects": false,
12
+ "main": "./index.js",
13
+ "exports": "./index.js",
14
"scripts": {
15
"test": "npm-run-all --print-label --parallel lint:*",
16
"lint:md": "remark . --frail",
0 commit comments