Skip to content

Commit 96ef3d3

Browse files
committed
build: tweaks
1 parent 4240e23 commit 96ef3d3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
audit=false
2-
enable-pre-post-scripts=true
2+
33
fund=false
44
loglevel=error
55
package-lock=false

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,12 @@
240240
"commitlint": {
241241
"extends": [
242242
"@commitlint/config-conventional"
243-
]
243+
],
244+
"rules": {
245+
"body-max-line-length": [
246+
0
247+
]
248+
}
244249
},
245250
"nano-staged": {
246251
"*.js": [

0 commit comments

Comments
 (0)