Skip to content

Commit 03e3fa3

Browse files
committed
refactor: remove --fix form plugin config :)
1 parent fc3be27 commit 03e3fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/plugin-eslint-e2e/mocks/fixtures/artifacts-config/code-pushup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
{
88
artifacts: {
99
generateArtifactsCommand:
10-
"npx eslint 'src/*.js' --fix --format json --output-file ./code-pushup/eslint-report.json",
10+
"npx eslint 'src/*.js' --format json --output-file ./code-pushup/eslint-report.json",
1111
artifactsPaths: ['./code-pushup/eslint-report.json'],
1212
},
1313
},

0 commit comments

Comments
 (0)