Skip to content

Commit 5f85bc8

Browse files
committed
build: tweaks
1 parent 46c78dd commit 5f85bc8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
audit=false
2-
enable-pre-post-scripts=true
32
fund=false
43
loglevel=error
54
package-lock=false

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,12 @@
8383
"commitlint": {
8484
"extends": [
8585
"@commitlint/config-conventional"
86-
]
86+
],
87+
"rules": {
88+
"body-max-length": [
89+
0
90+
]
91+
}
8792
},
8893
"nano-staged": {
8994
"*.js": [

0 commit comments

Comments
 (0)