Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8020bd8

Browse files
committed
add impl. comment
1 parent c51b0a4 commit 8020bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extensions/default/ESLint/domain.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
// this is important for ESLint so .eslintrc is properly loaded
8282
// we could go around this by parsing .eslintrc manually but that'd
8383
// bring complexity we don't need here right now
84+
// related: https://github.com/eslint/eslint/issues/4472
8485
process.chdir(projectRoot);
8586

8687
var res;

0 commit comments

Comments
 (0)