Skip to content

Commit

Permalink
feat: back to use prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Feb 23, 2024
1 parent fb9e16e commit 62e5b0f
Show file tree
Hide file tree
Showing 28 changed files with 1,237 additions and 1,353 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build.monobundle:
$(BUN) install

lint:
$(BUNX) @biomejs/biome check --max-diagnostics=1 --apply .
$(BUNX) turbo run lint --filter=monobundle --force

test:
$(BUN) test
Expand Down
4 changes: 0 additions & 4 deletions biome.json

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/webappserve/example/base/__built__/index.0c15a522.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alert("hello")
alert("hello");
2 changes: 1 addition & 1 deletion cmd/webappserve/example/normal/__built__/index.0c15a522.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alert("hello")
alert("hello");
23 changes: 0 additions & 23 deletions nodedevpkg/devconfig/biome.json

This file was deleted.

12 changes: 6 additions & 6 deletions nodedevpkg/monobundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innoai-tech/monobundle",
"version": "0.12.0",
"version": "0.12.1",
"monobundle": {
"exports": {
".": "./src/index.ts",
Expand All @@ -14,13 +14,13 @@
"@innoai-tech/lodash": "workspace:^",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"browserslist": "^4.22.2",
"browserslist": "^4.23.0",
"chalk": "^5.3.0",
"esbuild": "^0.19.11",
"globby": "^14.0.0",
"esbuild": "^0.20.1",
"globby": "^14.0.1",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.3",
"rollup": "^4.9.5",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"yargs": "^17.7.2"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
"directory": "nodedevpkg/monobundle"
},
"scripts": {
"lint": "bunx --bun @biomejs/biome check --apply .",
"lint": "bunx --bun prettier --write . ",
"build": "bun ./src/bin/index.ts",
"prepublishOnly": "bun run build"
},
Expand Down
Loading

0 comments on commit 62e5b0f

Please sign in to comment.