Skip to content

Commit 0189867

Browse files
committed
I know what I am doing
1 parent 236653b commit 0189867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/bin/react-scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function verifyPackageTree() {
5959
});
6060
// Verify we don't have other versions up the tree
6161
let currentDir = __dirname;
62+
// eslint-disable-next-line no-constant-condition
6263
while (true) {
6364
const previousDir = currentDir;
6465
currentDir = path.resolve(currentDir, '..');

0 commit comments

Comments
 (0)