Skip to content

Commit c083303

Browse files
committed
chore: non needed changes
1 parent 0b09ad9 commit c083303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
2828
await run('goimports -w . && golangci-lint run --fix', { cwd, language });
2929
break;
3030
case 'javascript':
31-
await run(`yarn eslint --fix --no-error-on-unmatched-pattern --ext=ts,json ${cwd}`);
31+
await run(`yarn eslint --ext=ts,json ${cwd} --fix --no-error-on-unmatched-pattern`);
3232
break;
3333
case 'java':
3434
await run(

0 commit comments

Comments
 (0)