Skip to content

Commit cd418dd

Browse files
committed
turn off max length
1 parent 5b86bdb commit cd418dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"react/jsx-props-no-spreading": 0,
4848
"react/self-closing-comp": "off",
4949
"no-restricted-exports": 0,
50-
"no-shadow": "off"
50+
"no-shadow": "off",
51+
"max-len": "off"
5152
},
5253
"overrides": [
5354
{

0 commit comments

Comments
 (0)