chore: use `biome` instead of `rome`
[poolifier.git] / package.json
index f008ac135853433f6f4d35d0d39f1db1a367a4dd..ae19024f74287448137f8a0a7ec1390d5e1d105b 100644 (file)
@@ -26,7 +26,7 @@
     "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
-    "format": "rome format . --write; ts-standard . --fix",
+    "format": "biome format . --write; ts-standard . --fix",
     "lint": "eslint . --cache",
     "lint:fix": "eslint . --cache --fix",
     "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
     }
   },
   "devDependencies": {
+    "@biomejs/biome": "1.1.2",
     "@commitlint/cli": "^17.7.1",
     "@commitlint/config-conventional": "^17.7.0",
     "@release-it/bumper": "^5.1.0",
     "rollup-plugin-command": "^1.1.3",
     "rollup-plugin-delete": "^2.0.0",
     "rollup-plugin-dts": "^6.0.1",
-    "rome": "^12.1.3",
     "sinon": "^15.2.0",
     "source-map-support": "^0.5.21",
     "ts-standard": "^12.0.2",