Skip to content

Commit

Permalink
Add lint and format npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Sep 25, 2024
1 parent 0c0be99 commit aaa5536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"typescript": "^5.0.4"
},
"scripts": {
"lint": "npx tsc && npx @biomejs/biome check src/lib.js",
"format": "npx @biomejs/biome format --write src/lib.js"
}
}

0 comments on commit aaa5536

Please sign in to comment.