Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit e9c2d24

Browse files
committed
chore: increase allowed max-len
1 parent 73720aa commit e9c2d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
"root": true,
219219
"rules": {
220220
"no-console": "off",
221+
"max-len": [1, { "code": 130 }],
221222
"semi": [
222223
"error",
223224
"never"

0 commit comments

Comments
 (0)