We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01168ad commit 5cc95bfCopy full SHA for 5cc95bf
src/configs/typescript.ts
@@ -9,6 +9,7 @@ const baseConfig: Linter.Config = {
9
rules: {
10
"camelcase": "off",
11
"comma-dangle": "off",
12
+ "consistent-return": "off",
13
"dot-notation": "off",
14
"indent": "off",
15
"no-constant-condition": "off",
0 commit comments