Skip to content

Commit

Permalink
build(deps): update dependency @biomejs/biome to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Aug 8, 2024
1 parent 81f1802 commit de1a691
Show file tree
Hide file tree
Showing 3 changed files with 2,822 additions and 2,144 deletions.
12 changes: 5 additions & 7 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["bin", "cache", "dist", "static", "node_modules"]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentWidth": 2,
"indentStyle": "space",
"lineWidth": 80,
"ignore": ["bin", "cache", "dist", "static", "node_modules"]
"lineWidth": 80
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"quoteProperties": "asNeeded",
"semicolons": "asNeeded",
"trailingComma": "es5"
"trailingCommas": "es5"
}
},
"linter": {
"enabled": true,
"ignore": ["bin", "cache", "dist", "static", "node_modules"],
"rules": {
"recommended": true,
"a11y": {
Expand All @@ -30,9 +31,6 @@
"correctness": {
"noVoidTypeReturn": "off"
},
"nursery": {
"useGroupedTypeImport": "error"
},
"suspicious": {
"noExplicitAny": "off",
"noArrayIndexKey": "off"
Expand Down
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "^1.3.3",
"@biomejs/biome": "^1.8.3",
"@bscotch/workspaces": "^0.3.0",
"@types/mock-fs": "^4.13.4",
"husky": "^8.0.3",
Expand All @@ -56,19 +56,13 @@
"engines": {
"node": ">=20.0.0",
"npm": "use `pnpm` instead",
"pnpm": ">=8.4.0",
"pnpm": ">=8.7.0",
"yarn": "use `pnpm` instead"
},
"nano-staged": {
"*.ts": "biome check --apply-unsafe .",
"*": "biome format . --write",
"*.scss": "stylelint \"./packages/web/**/*.scss\" --fix"
},
"packageManager": "pnpm@8.15.7",
"pnpm": {
"overrides": {
"esbuild": "^0.19.9",
"typescript": "^5.3.3"
}
}
"packageManager": "pnpm@9.7.0"
}
Loading

0 comments on commit de1a691

Please sign in to comment.