mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
updating lint, format, and CI
This commit is contained in:
10
package.json
10
package.json
@@ -17,7 +17,10 @@
|
||||
"test:unit": "vitest src/**/__tests__/*.test.ts",
|
||||
"test:integration": "vitest integration/__tests__/*.test.ts",
|
||||
"test:ci": "vitest run",
|
||||
"lint": "eslint . --ext .ts"
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint:fix": "eslint . --ext .ts --fix",
|
||||
"format": "prettier --write \"src/**/*.ts\"",
|
||||
"format:check": "prettier --check \"src/**/*.ts\""
|
||||
},
|
||||
"keywords": [
|
||||
"api",
|
||||
@@ -56,9 +59,14 @@
|
||||
"@types/http-proxy": "^1.17.14",
|
||||
"@types/node": "^20.11.24",
|
||||
"@types/node-fetch": "^2.6.12",
|
||||
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
||||
"@typescript-eslint/parser": "^8.27.0",
|
||||
"@vitest/coverage-v8": "^3.0.9",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"openapi-types": "^12.1.3",
|
||||
"prettier": "^3.5.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^5.3.3",
|
||||
|
||||
Reference in New Issue
Block a user