build(deps-dev): remove ts-standard
[poolifier.git] / package.json
index 2b99d5db1172d728ad2567a437dcc721db23b956..84cbc4f12b7c85008881ab40dfa84eda35d11ca1 100644 (file)
@@ -27,7 +27,7 @@
     "test:debug": "pnpm build && cross-env NODE_ENV=test mocha --no-parallel --inspect 'tests/**/*.test.mjs'",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
-    "format": "biome format . --write; ts-standard . --fix",
+    "format": "biome format . --write; eslint . --cache --fix",
     "lint": "eslint . --cache",
     "lint:fix": "eslint . --cache --fix",
     "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
     "typedoc": "node typedoc.mjs",
     "prepublishOnly": "pnpm build:prod"
   },
-  "ts-standard": {
-    "globals": [
-      "describe",
-      "it",
-      "after",
-      "before",
-      "afterEach",
-      "beforeEach"
-    ]
-  },
   "engines": {
     "node": ">=18.0.0",
     "pnpm": ">=8.6.0"
     "rollup-plugin-delete": "^2.0.0",
     "rollup-plugin-dts": "^6.1.0",
     "sinon": "^17.0.1",
-    "ts-standard": "^12.0.2",
     "typedoc": "^0.25.4",
     "typescript": "~5.3.3"
   }