Skip to content

Commit fa1ad9d

Browse files
committed
chore: update scripts
1 parent 43af7cb commit fa1ad9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"build": "tsup",
1717
"dev": "npm run start",
1818
"fix": "eslint --fix ./src",
19-
"lint": "eslint ./src",
20-
"prepare": "husky",
19+
"lint": "biome check --config-path=biome.jsonc --no-errors-on-unmatched --vcs-enabled=true --vcs-use-ignore-file=true",
2120
"publish:ovsx": "ovsx publish --no-dependencies",
2221
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
2322
"start": "npm run build:code -- --watch",

0 commit comments

Comments
 (0)