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 e77322d commit 1a00b7dCopy full SHA for 1a00b7d
configs/.eslintrc
@@ -109,6 +109,7 @@
109
"one-var-declaration-per-line": "error",
110
"one-var": "off",
111
"curly": "error",
112
+ "consistent-return": "off",
113
"class-methods-use-this": "off",
114
"object-curly-spacing": "off",
115
"object-curly-newline": "off",
@@ -138,7 +139,6 @@
138
139
"@typescript-eslint/array-type": "off",
140
"@typescript-eslint/no-unsafe-call": "off",
141
"@typescript-eslint/no-unsafe-member-access": "off",
- "@typescript-eslint/unbound-method": "off",
142
- "consistent-return": "off"
+ "@typescript-eslint/unbound-method": "off"
143
}
144
0 commit comments