Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: format code with dotnet-format, Prettier and StandardJS #15

Open
wants to merge 1,662 commits into
base: main
Choose a base branch
from

engine=spotless

6acd82d
Select commit
Loading
Failed to load commit list.
Open

style: format code with dotnet-format, Prettier and StandardJS #15

engine=spotless
6acd82d
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Nov 12, 2023 in 1s

5 issues fixed. 5 issues found. Autofix available.

Annotations

Check warning on line 40 in Scripts/ts/github-cli.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Scripts/ts/github-cli.ts#L40

Unexpected var, use let or const instead. (no-var)

Check warning on line 51 in Scripts/ts/github-cli.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Scripts/ts/github-cli.ts#L51

Unexpected var, use let or const instead. (no-var)

Check warning on line 58 in Scripts/ts/github-cli.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Scripts/ts/github-cli.ts#L58

Unexpected var, use let or const instead. (no-var)

Check warning on line 100 in Scripts/ts/github-cli.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Scripts/ts/github-cli.ts#L100

Unexpected var, use let or const instead. (no-var)

Check warning on line 23 in Scripts/ts/delete-github-package-version.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Scripts/ts/delete-github-package-version.ts#L23

Unexpected var, use let or const instead. (no-var)