Skip to content

Commit c66e21c

Browse files
committed
refactor: wip
1 parent ee7db78 commit c66e21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/plugin-knip-e2e/tests/knip-reporter.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('knip reporter for code pushup audits', () => {
4444
'knip',
4545
'--no-exit-code',
4646
`--reporter=${reporterPath}`,
47-
/* eslint-disable-next-line no-useless-escape */
47+
/* eslint-disable-next-line unicorn/prefer-string-raw */
4848
`--reporter-options={\\"outputFile\\":\\"knip-report.json\\"}`,
4949
],
5050
cwd: reporterSetupDir,

0 commit comments

Comments
 (0)