Skip to content

Commit 853e050

Browse files
author
Anthony Sendra
committed
remove temporarly the consistent-return in eslint
1 parent 855d7d5 commit 853e050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rules": {
3-
"consistent-return": 2,
3+
"consistent-return": 0,
44
"curly": 2,
55
"dot-notation": 2,
66
"eqeqeq": 2,

0 commit comments

Comments
 (0)