mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
* make use of ===, if branches, let/const, string templates, var names consistent style.
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"test": "tsx test/index.test.ts",
|
||||
"tsc": "tsc --noEmit --watch",
|
||||
"prettier": "prettier --write *.ts test/*.ts",
|
||||
"prettier-check": "prettier --check *.ts test/*.ts"
|
||||
"prettier-check": "prettier --check *.ts test/*.ts",
|
||||
"biome": "biome check adapters.ts index.ts v2.ts test"
|
||||
},
|
||||
"homepage": "https://github.com/protomaps/pmtiles",
|
||||
"author": "Brandon Liu",
|
||||
|
||||
Reference in New Issue
Block a user