We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82ad715 + 8246d06 commit dbfe1c3Copy full SHA for dbfe1c3
src/Standards/Generic/Tests/Debug/ESLintUnitTest.php
@@ -52,6 +52,8 @@ protected function setUpPrerequisites()
52
$cwd = getcwd();
53
file_put_contents($cwd.'/.eslintrc.json', self::ESLINT_CONFIG);
54
55
+ putenv('ESLINT_USE_FLAT_CONFIG=false');
56
+
57
}//end setUpPrerequisites()
58
59
0 commit comments