Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Nov 4, 2024
1 parent c074a71 commit 915a0b1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "@pseudobun/me-monorepo",
"private": true,
"description": "Personal monorepo.",
"keywords": [
"Computer Science",
"Rust",
"Typescript",
"NextJS",
"Portfolio"
],
"keywords": ["Computer Science", "Rust", "Typescript", "NextJS", "Portfolio"],
"homepage": "https://pseudobun.dev",
"repository": {
"type": "git",
Expand All @@ -20,13 +14,11 @@
"email": "[email protected]",
"url": "https://pseudobun.dev"
},
"workspaces": [
"packages/*"
],
"workspaces": ["packages/*"],
"scripts": {
"build": "pnpm nx run-many --target=build",
"lint": "biome check --config-path configs . && pnpm nx run-many --target=lint",
"lint:fix": "biome check --config-path configs --apply . && pnpm nx run-many --target=lint:fix",
"lint:fix": "biome check --config-path configs --write . && pnpm nx run-many --target=lint:fix",
"prepare": "is-ci || husky install",
"test": "pnpm nx run-many --target=test",
"test:ci": "pnpm nx run-many --target=test:ci",
Expand Down

0 comments on commit 915a0b1

Please sign in to comment.