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.
1 parent 5d40c59 commit 79170daCopy full SHA for 79170da
packages/plugin-eslint/src/lib/runner/lint.unit.test.ts
@@ -10,7 +10,8 @@ import { lint } from './lint.js';
10
* - No number: eslint-report.json (no dash)
11
* - With number: eslint-report-123.json (with dash and digits)
12
*/
13
-const ESLINT_REPORT_FILENAME_PATTERN = /eslint-report(?:-\d+)?\.json/;
+const ESLINT_REPORT_FILENAME_PATTERN =
14
+ /--output-file=\.code-pushup\/eslint\/eslint-report(?:-\d+)?\.json/;
15
16
class MockESLint {
17
calculateConfigForFile = vi.fn().mockImplementation(
0 commit comments