Open heysamtexas opened 1 month ago
This is the pre-commit for the JS world:
pre-commit
This is like ruff but for Javascript/Typescript.
ruff
https://biomejs.dev/linter/rules/
Implement that into the development workflow
npm install --save-dev husky biome npx husky install npx husky add .husky/pre-commit "npx biome check --apply ."
done
This is the
pre-commit
for the JS world:This is like
ruff
but for Javascript/Typescript.https://biomejs.dev/linter/rules/
Implement that into the development workflow