Skip to content

Commit a9542e0

Browse files
authored
1 parent 7d1e42c commit a9542e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ module.exports = {
116116
],
117117
'no-plusplus': [2, { allowForLoopAfterthoughts: true }],
118118
'no-promise-executor-return': 2,
119-
'no-return-await': 2,
120119
'no-shadow': 2,
121120
'no-underscore-dangle': [2, { enforceInMethodNames: true }],
122121
'no-undef': [2, { typeof: true }],

0 commit comments

Comments
 (0)