Skip to content

Commit

Permalink
fix biome package
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Jan 6, 2024
1 parent 8263c92 commit aea3148
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 662 deletions.
31 changes: 15 additions & 16 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true

}
}
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshtastic/js",
"version": "2.2.17-4",
"version": "2.2.17-5",
"description": "Browser library for interfacing with meshtastic devices",
"license": "GPL-3.0-only",
"scripts": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"tslog": "^4.9.2"
},
"devDependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231227193150-3f9c1dfd2a29.1",
"@biomejs/biome": "^1.4.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20240104182715-af4a215beb91.1",
"@types/node": "^20.10.6",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"biome": "^0.3.3",
"tsup": "^8.0.1",
"typedoc": "^0.25.6",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit aea3148

Please sign in to comment.