Skip to content

Commit 53f1bc5

Browse files
committed
WIP Assignments
1 parent cf46e77 commit 53f1bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
"package": "node build/extension.mjs --production",
112112
"pretest": "npm run compile",
113113
"check-types": "tsc",
114-
"lint": "eslint .",
114+
"lint": "eslint",
115+
"format": "biome check",
115116
"test": "vscode-test",
116117
"compile:font": "node build/icon-font.mjs"
117118
},

0 commit comments

Comments
 (0)