Skip to content

Commit 2f10384

Browse files
author
sunjieming
committed
Modify eslint rules
1 parent 86479f2 commit 2f10384

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"no-param-reassign": 0,
99
"max-len": 0,
1010
"no-plusplus": 0,
11-
"linebreak-style": 0
11+
"linebreak-style": 0,
12+
"consistent-return": 0,
13+
"no-useless-return": 0,
14+
"no-return-assign": 0
1215
}
1316
}

0 commit comments

Comments
 (0)