melhorias no biome
This commit is contained in:
parent
4ef243bcad
commit
911cd6e0c8
4 changed files with 122 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.210.0",
|
||||
"version": "0.211.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
@ -13,9 +13,9 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"biome": "npx @biomejs/biome format . --write && npx @biomejs/biome check .",
|
||||
"biome": "pnpm exec biome check --write",
|
||||
"check": "pnpm run biome && npx tsc --noEmit",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run check && tsup --config ./tsup/tsup.config.ts"
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"zod": "3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.0.6",
|
||||
"@biomejs/biome": "2.1.4",
|
||||
"@types/node": "^20.19.9",
|
||||
"tsup": "8.5.0",
|
||||
"typescript": "~5.9.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue