Skip to content

Commit d2c1a1c

Browse files
saransh-devmarla-singer
authored andcommitted
Add eslint rules about if-else condition
1 parent 1154d23 commit d2c1a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"meteor/no-session": [
3636
0
3737
],
38+
"no-else-return": "error",
3839
"no-param-reassign": [
3940
"error",
4041
{

0 commit comments

Comments
 (0)