We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43af7cb commit fa1ad9dCopy full SHA for fa1ad9d
package.json
@@ -16,8 +16,7 @@
16
"build": "tsup",
17
"dev": "npm run start",
18
"fix": "eslint --fix ./src",
19
- "lint": "eslint ./src",
20
- "prepare": "husky",
+ "lint": "biome check --config-path=biome.jsonc --no-errors-on-unmatched --vcs-enabled=true --vcs-use-ignore-file=true",
21
"publish:ovsx": "ovsx publish --no-dependencies",
22
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
23
"start": "npm run build:code -- --watch",
0 commit comments