Skip to content

Commit addc7f7

Browse files
langpavelokendoken
authored andcommitted
style: disable no-return-assign on line in tools/start
1 parent a97ba6d commit addc7f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/start.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ async function start() {
151151
serverCompiler.plugin('compile', () => {
152152
if (!appPromiseIsResolved) return;
153153
appPromiseIsResolved = false;
154+
// eslint-disable-next-line no-return-assign
154155
appPromise = new Promise(resolve => (appPromiseResolve = resolve));
155156
});
156157

0 commit comments

Comments
 (0)