Skip to content

Commit

Permalink
Merge pull request #436 from PHPCSStandards/feature/ghactions-fix-build
Browse files Browse the repository at this point in the history
Tests - Generic/ESLint: fix test
  • Loading branch information
jrfnl committed Apr 6, 2024
2 parents 82ad715 + 8246d06 commit dbfe1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Standards/Generic/Tests/Debug/ESLintUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ protected function setUpPrerequisites()
$cwd = getcwd();
file_put_contents($cwd.'/.eslintrc.json', self::ESLINT_CONFIG);

putenv('ESLINT_USE_FLAT_CONFIG=false');

}//end setUpPrerequisites()


Expand Down

0 comments on commit dbfe1c3

Please sign in to comment.