Skip to content

Commit

Permalink
replace prettier with biome [protomaps#112] (protomaps#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Jan 28, 2024
1 parent 222b1c6 commit 1b8cf56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- run: python .github/check_examples.py
- run: npm ci
- run: npm run build-tsc
- run: npm test
- run: npm test
- run: npm run check
19 changes: 0 additions & 19 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 @@ -19,7 +19,6 @@
"@types/rbush": "^3.0.0",
"esbuild": "^0.15.11",
"esbuild-runner": "^2.2.0",
"prettier": "2.4.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},
Expand All @@ -42,7 +41,7 @@
"tsc": "tsc --noEmit --watch",
"test": "node --test --test-reporter spec -r esbuild-runner/register test/*.test.ts",
"dist": "npm run build && npm run build-min && npm run build-module && npm run build-tsc",
"prettier": "npx prettier --write ."
"check": "biome check src test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b8cf56

Please sign in to comment.