Skip to content

Commit ff45ac5

Browse files
author
jerytang
committed
chore: 还是恢复禁用短路运算
1 parent e6734cf commit ff45ac5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ module.exports = {
5151
'import/no-unresolved': 0,
5252
'no-param-reassign': 0,
5353
'no-return-assign': 0,
54-
'no-unused-expressions': [2, { allowShortCircuit: true }],
5554
'no-mixed-operators': [
5655
'error', {
5756
groups: [['&', '|', '^', '~', '<<', '>>', '>>>'], ['&&', '||']],

0 commit comments

Comments
 (0)