Skip to content

Commit

Permalink
chore: -- --fix => --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 26, 2024
1 parent 2258827 commit 1575868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function getPackageJson({
}
if (linter === "ESLint") {
sample.scripts.lint = `${pmExecuteMap[packageManager]} eslint \"src/**/*.ts\"`;
sample.scripts["lint:fix"] = `${pmRunMap[packageManager]} lint -- --fix`;
sample.scripts["lint:fix"] = `${pmRunMap[packageManager]} lint --fix`;
sample.devDependencies.eslint = dependencies.eslint;
sample.devDependencies["@antfu/eslint-config"] =
dependencies["@antfu/eslint-config"];
Expand Down

0 comments on commit 1575868

Please sign in to comment.