File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
33 "vcs" : {
4- "enabled" : false ,
4+ "enabled" : true ,
55 "clientKind" : " git" ,
66 "useIgnoreFile" : true
77 },
Original file line number Diff line number Diff line change 2424 },
2525 "homepage" : " https://github.com/cli-stuff/apr" ,
2626 "scripts" : {
27- "lint" : " biome check --fix --vcs-enabled=true" ,
28- "prepare" : " husky" ,
29- "format" : " biome format --write --vcs-enabled=true" ,
27+ "lint" : " biome check --fix" ,
28+ "format" : " biome format --write" ,
3029 "test" : " FORCE_COLOR=true bun test" ,
31- "preversion" : " bun run format && git add ." ,
3230 "build" : " bun build ./src/index.tsx --minify --outdir ./dist --target node --footer '// Built with Bun! (https://bun.sh)' --external=yoga-wasm-web" ,
31+ "prepare" : " husky" ,
32+ "preversion" : " bun run format && git add ." ,
3333 "prepublishOnly" : " bun run build"
3434 },
3535 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments