File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "editor.defaultFormatter" : " biomejs.biome"
2+ "editor.defaultFormatter" : " biomejs.biome" ,
3+ "[json]" : {
4+ "editor.defaultFormatter" : " biomejs.biome"
5+ }
36}
Original file line number Diff line number Diff line change 2323 },
2424 "homepage" : " https://github.com/cli-stuff/apr" ,
2525 "scripts" : {
26- "lint" : " biome check --fix" ,
26+ "lint" : " biome check --fix --vcs-enabled=true " ,
2727 "prepare" : " husky" ,
28- "format" : " biome format --write . " ,
28+ "format" : " biome format --write --vcs-enabled=true " ,
2929 "test" : " FORCE_COLOR=true bun test" ,
3030 "preversion" : " bun run format && git add ." ,
3131 "build" : " bun build ./src/index.tsx --minify --outdir ./dist --target node --footer '// Built with Bun! (https://bun.sh)' --external=yoga-wasm-web" ,
You can’t perform that action at this time.
0 commit comments