We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df2a07 commit 302667dCopy full SHA for 302667d
.eslintrc.json
@@ -29,6 +29,7 @@
29
"no-return-assign": 0,
30
"no-restricted-globals": 0,
31
"no-multi-assign": 0,
32
- "prefer-destructuring": ["error", {"object": true, "array": false}]
+ "prefer-destructuring": ["error", {"object": true, "array": false}],
33
+ "padded-blocks": 0
34
}
35
0 commit comments