Closed gewenyu99 closed 4 months ago
Hi there, I opened a PR for you to try Trunk Code Quality.
Code Quality will do these things:
Somethings we could do further with Code Quality
I enabled the following linters, automatically suggested by Code Quality to cover more of your code.
General-purpose linters:
Language-specific linters:
Security and vulnerability scanners:
Docker-specific linter:
Git-related tools:
CI/CD specific linters:
npm lint
npm lint:fix
npm fmt
lint-old
Lmk if you have questions!
@gewenyu99 Thanks for the PR
Hi there, I opened a PR for you to try Trunk Code Quality.
Code Quality will do these things:
Somethings we could do further with Code Quality
I enabled the following linters, automatically suggested by Code Quality to cover more of your code.
General-purpose linters:
Language-specific linters:
Security and vulnerability scanners:
Docker-specific linter:
Git-related tools:
CI/CD specific linters:
New commands
npm lint
lint but don't fixnpm lint:fix
lint and prompt to fixnpm fmt
run formattedlint-old
the old command for reference.Lmk if you have questions!