Skip to content

Commit

Permalink
remove prettier & use biome ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Mar 10, 2024
1 parent 1e56517 commit e996864
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "src/index.d.ts",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules ./node_modules/.bin/jest --coverage",
"lint": "biome check ./src",
"lint": "biome ci ./src",
"types": "tsc"
},
"keywords": [
Expand All @@ -31,7 +31,6 @@
"@types/node": "^14.18.63",
"cosmiconfig": "^8.3.6",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"uvu": "^0.5.6"
},
Expand Down
8 changes: 0 additions & 8 deletions prettier.config.js

This file was deleted.

0 comments on commit e996864

Please sign in to comment.