Quickly introduce quality and consistency
- biome
- markuplint
- stylelint
- cspell
- ls-lint
- lefthook
- editorconfig
- type check
Use the bun create command to immediately introduce the lint tool into the project.
add your project
bun create monosus/lint-tools
If you are using vue, svelt htmx, etc., please install the corresponding markuplint parser and specs
use lint
bun lint
To install dependencies:
bun install
This project was created using bun init
in bun v1.1.16. Bun is a fast all-in-one JavaScript runtime.