Skip to content

Commit

Permalink
feat(biome): biome configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 20, 2024
1 parent 4b03343 commit 13a8588
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/biome/.releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@ri7x/semantic-release"
}
33 changes: 33 additions & 0 deletions packages/biome/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignore": [],
"ignoreUnknown": true
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"ignore": [],
"attributePosition": "auto",
"indentStyle": "tab",
"indentWidth": 2,
"lineWidth": 80,
"lineEnding": "lf"
},
"json": {
"formatter": {
"enabled": true
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}
16 changes: 16 additions & 0 deletions packages/biome/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "@ri7x/biome",
"description": "biomejs.dev configuration",
"version": "0.0.0",
"homepage": "https://github.com/r17x/js/tree/main/packages/biome",
"repository": {
"url": "https://github.com/r17x/js"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": "./index.json"
}
}
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,12 @@ __metadata:
languageName: node
linkType: hard

"@ri7x/biome@workspace:packages/biome":
version: 0.0.0-use.local
resolution: "@ri7x/biome@workspace:packages/biome"
languageName: unknown
linkType: soft

"@ri7x/semantic-release@workspace:packages/semantic-release":
version: 0.0.0-use.local
resolution: "@ri7x/semantic-release@workspace:packages/semantic-release"
Expand Down

0 comments on commit 13a8588

Please sign in to comment.