X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=53efcab90d07d42e66ce005fed2b6cac2a03950c;hb=c3477587437ccc1ac235503f6940635612ac3811;hp=0528049169cd89f1c5238aebbe64326591111b71;hpb=748f5a35ac3fcca82294802613cd638d0e9ac935;p=benchmarks-js.git diff --git a/package.json b/package.json index 0528049..53efcab 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,9 @@ }, "devDependencies": { "@biomejs/biome": "^1.2.2", - "eslint": "^8.49.0", + "@commitlint/cli": "^17.7.1", + "@commitlint/config-conventional": "^17.7.0", + "eslint": "^8.50.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^1.23.0", "eslint-plugin-import": "^2.28.1", @@ -80,7 +82,6 @@ "husky": "^8.0.3", "lint-staged": "^14.0.1", "prettier": "^3.0.3", - "standard": "^17.1.0", - "typescript": "^5.2.2" + "standard": "^17.1.0" } }