Add Biome for lint and code quality check #2

Merged
Astrian merged 15 commits from dev into main 2025-05-16 10:18:55 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 7a55cdc92e - Show all commits

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run Biome
run: biome ci .
run: npm run quality-check
publish:
runs-on: ubuntu-latest

View File

@ -7,7 +7,8 @@
"scripts": {
"build": "tsc && rollup -c && npm run cleanup-intermediate",
"prepare": "npm run build",
"cleanup-intermediate": "rimraf dist/main.js dist/types"
"cleanup-intermediate": "rimraf dist/main.js dist/types",
"quality-check": "biome ci ."
},
"repository": {
"type": "git",