Skip to content

Commit

Permalink
Repo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Nov 16, 2023
1 parent 5b7ca41 commit 65527f2
Show file tree
Hide file tree
Showing 17 changed files with 800 additions and 211 deletions.
4 changes: 1 addition & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"recommendations": [
"rome.rome"
]
"recommendations": ["biomejs.biome"]
}
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"editor.defaultFormatter": "rome.rome",
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "rome.rome"
}
}
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true
}
5 changes: 0 additions & 5 deletions .vscode/workspace.json

This file was deleted.

18 changes: 18 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$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

}
}
}
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshtastic/meshtasticjs",
"version": "2.2.12-0",
"version": "2.2.13-0",
"description": "Browser library for interfacing with meshtastic devices",
"license": "GPL-3.0-only",
"scripts": {
Expand All @@ -24,10 +24,7 @@
"types": "./types/index.d.ts"
}
},
"files": [
"dist",
".npmrc"
],
"files": ["dist", ".npmrc"],
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/meshtastic/js/issues"
Expand All @@ -37,19 +34,19 @@
"url": "https://github.com/meshtastic/js.git"
},
"dependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "1.3.3-20231023204739-5cff000260c7.1",
"@bufbuild/protobuf": "^1.4.0",
"@buf/meshtastic_protobufs.bufbuild_es": "1.4.2-20231115125959-252a144b0286.1",
"@bufbuild/protobuf": "^1.4.2",
"biome": "^0.3.3",
"crc": "^4.3.2",
"sub-events": "^1.9.0",
"tslib": "^2.6.2",
"tslog": "^4.9.2"
},
"devDependencies": {
"@types/node": "^20.8.8",
"@types/w3c-web-serial": "^1.0.5",
"@types/web-bluetooth": "^0.0.19",
"rome": "^12.1.3",
"typedoc": "^0.25.2",
"@types/node": "^20.9.0",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
}
}
}
Loading

0 comments on commit 65527f2

Please sign in to comment.