Skip to content

Commit

Permalink
chore: non needed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jun 20, 2024
1 parent 0b09ad9 commit c083303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
await run('goimports -w . && golangci-lint run --fix', { cwd, language });
break;
case 'javascript':
await run(`yarn eslint --fix --no-error-on-unmatched-pattern --ext=ts,json ${cwd}`);
await run(`yarn eslint --ext=ts,json ${cwd} --fix --no-error-on-unmatched-pattern`);
break;
case 'java':
await run(
Expand Down

0 comments on commit c083303

Please sign in to comment.