Skip to content

Commit 1a00b7d

Browse files
author
Daniil Yankouski
committed
Updated eslint config
1 parent e77322d commit 1a00b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"one-var-declaration-per-line": "error",
110110
"one-var": "off",
111111
"curly": "error",
112+
"consistent-return": "off",
112113
"class-methods-use-this": "off",
113114
"object-curly-spacing": "off",
114115
"object-curly-newline": "off",
@@ -138,7 +139,6 @@
138139
"@typescript-eslint/array-type": "off",
139140
"@typescript-eslint/no-unsafe-call": "off",
140141
"@typescript-eslint/no-unsafe-member-access": "off",
141-
"@typescript-eslint/unbound-method": "off",
142-
"consistent-return": "off"
142+
"@typescript-eslint/unbound-method": "off"
143143
}
144144
}

0 commit comments

Comments
 (0)