We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adea43 commit ede9b34Copy full SHA for ede9b34
.eslintrc
@@ -7,6 +7,8 @@
7
"func-names": 0,
8
"one-var": [2, { uninitialized: "always", initialized: "never" }],
9
"no-param-reassign": [0],
10
- "no-use-before-define": [2, "nofunc"]
+ "no-use-before-define": [2, "nofunc"],
11
+ "space-before-function-paren": 0,
12
+ "object-curly-spacing": 0
13
}
14
0 commit comments