phase-7: code restructure
This commit is contained in:
committed by
saikiranvella
parent
c160e65bd6
commit
357b0c0f6e
+11
-4
@@ -9,14 +9,17 @@
|
||||
"ui:install": "npm install --prefix ui --legacy-peer-deps",
|
||||
"finance": "tsx bin/finance.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "tsx --test --test-reporter=./scripts/summary-reporter.js tests/*.test.js",
|
||||
"test:watch": "tsx --test --watch --test-reporter=spec tests/*.test.js",
|
||||
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.js\"",
|
||||
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.js\"",
|
||||
"test": "tsx --test --test-reporter=./scripts/summary-reporter.ts tests/*.test.ts",
|
||||
"test:watch": "tsx --test --watch --test-reporter=spec tests/*.test.ts",
|
||||
"lint": "eslint . --ext .ts,.js",
|
||||
"lint:fix": "eslint . --ext .ts,.js --fix",
|
||||
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\" \"scripts/**/*.ts\"",
|
||||
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\" \"scripts/**/*.ts\"",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,js}": [
|
||||
"eslint --fix",
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
@@ -29,7 +32,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"concurrently": "^10.0.3",
|
||||
"eslint": "^8.0.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"husky": "^9.0.0",
|
||||
"lint-staged": "^15.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user