We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7db78 commit c66e21cCopy full SHA for c66e21c
e2e/plugin-knip-e2e/tests/knip-reporter.e2e.test.ts
@@ -44,7 +44,7 @@ describe('knip reporter for code pushup audits', () => {
44
'knip',
45
'--no-exit-code',
46
`--reporter=${reporterPath}`,
47
- /* eslint-disable-next-line no-useless-escape */
+ /* eslint-disable-next-line unicorn/prefer-string-raw */
48
`--reporter-options={\\"outputFile\\":\\"knip-report.json\\"}`,
49
],
50
cwd: reporterSetupDir,
0 commit comments