We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8945ebb commit 50c2ad4Copy full SHA for 50c2ad4
packages/dapp-react-wallet/.eslintrc
@@ -20,7 +20,7 @@
20
"max-depth": ["error", { "max": 4 }],
21
"max-lines": ["error", 300],
22
"max-nested-callbacks": ["error", 4],
23
- "max-statements": ["error", 32],
+ // "max-statements": ["error", 32],
24
"max-statements-per-line": ["error", { "max": 1 }], "no-console": "off",
25
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
26
"no-return-assign": "off",
0 commit comments