Skip to content

Commit c1458b9

Browse files
committed
Add @biomejs/biome to dependencies
1 parent 0ea14e4 commit c1458b9

File tree

2 files changed

+103
-3
lines changed

2 files changed

+103
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,22 @@
2020
"sponsor": {
2121
"url": "https://ko-fi.com/brunodev"
2222
},
23-
"categories": ["Other"],
23+
"categories": [
24+
"Other"
25+
],
2426
"main": "./dist/index.js",
2527
"icon": "res/icon.png",
26-
"files": ["LICENSE.md", "dist/*", "res/*"],
28+
"files": [
29+
"LICENSE.md",
30+
"dist/*",
31+
"res/*"
32+
],
2733
"engines": {
2834
"vscode": "^1.92.0"
2935
},
30-
"activationEvents": ["onStartupFinished"],
36+
"activationEvents": [
37+
"onStartupFinished"
38+
],
3139
"contributes": {
3240
"commands": [
3341
{
@@ -60,6 +68,7 @@
6068
"typecheck": "tsc --noEmit"
6169
},
6270
"devDependencies": {
71+
"@biomejs/biome": "1.9.4",
6372
"@types/node": "^22.10.5",
6473
"@types/vscode": "^1.96.0",
6574
"@vscode/vsce": "^3.2.1",

pnpm-lock.yaml

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)