We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c78dd commit 5f85bc8Copy full SHA for 5f85bc8
.npmrc
@@ -1,5 +1,4 @@
1
audit=false
2
-enable-pre-post-scripts=true
3
fund=false
4
loglevel=error
5
package-lock=false
package.json
@@ -83,7 +83,12 @@
83
"commitlint": {
84
"extends": [
85
"@commitlint/config-conventional"
86
- ]
+ ],
87
+ "rules": {
88
+ "body-max-length": [
89
+ 0
90
+ ]
91
+ }
92
},
93
"nano-staged": {
94
"*.js": [
0 commit comments