Skip to content

Commit 50c2ad4

Browse files
committed
chore: silence some eslintisms
1 parent 8945ebb commit 50c2ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dapp-react-wallet/.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"max-depth": ["error", { "max": 4 }],
2121
"max-lines": ["error", 300],
2222
"max-nested-callbacks": ["error", 4],
23-
"max-statements": ["error", 32],
23+
// "max-statements": ["error", 32],
2424
"max-statements-per-line": ["error", { "max": 1 }], "no-console": "off",
2525
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
2626
"no-return-assign": "off",

0 commit comments

Comments
 (0)