|
23 | 23 | ],
|
24 | 24 | "scripts": {
|
25 | 25 | "build": "tsc",
|
26 |
| - "lint": "eslint '**/*.ts' --fix", |
27 | 26 | "generate:docs": "typedoc --readme none --out docs src",
|
| 27 | + "lint": "eslint '**/*.ts' --fix", |
| 28 | + "prepare": "husky install", |
28 | 29 | "test": "jest --coverage src",
|
29 |
| - "prepare": "husky install" |
| 30 | + "format": "prettier --write '**/*.ts'", |
| 31 | + "format:check": "prettier --check '**/*.ts'" |
30 | 32 | },
|
31 | 33 | "lint-staged": {
|
32 | 34 | "*.ts": [
|
33 | 35 | "prettier --write"
|
34 | 36 | ]
|
35 | 37 | },
|
36 |
| - "prettier": "@cobraz/prettier", |
| 38 | + "prettier": "@simenandre/prettier", |
37 | 39 | "dependencies": {
|
38 | 40 | "@fastify/type-provider-typebox": "^3.4.0",
|
39 | 41 | "@sinclair/typebox": "^0.30.0",
|
|
44 | 46 | "pino-cloud-logging": "^1.0.3"
|
45 | 47 | },
|
46 | 48 | "devDependencies": {
|
47 |
| - "@bjerk/eslint-config": "^4.0.0", |
48 |
| - "@cobraz/prettier": "^2.0.0", |
| 49 | + "@bjerk/eslint-config": "^5.4.0", |
| 50 | + "@simenandre/prettier": "^5.0.0", |
49 | 51 | "@tsconfig/node16": "^1.0.3",
|
50 | 52 | "@types/jest": "^29.5.0",
|
51 | 53 | "@types/json-schema-faker": "^0.5.1",
|
52 | 54 | "@types/node": "^16",
|
53 |
| - "@typescript-eslint/eslint-plugin": "^5.59.0", |
54 |
| - "@typescript-eslint/parser": "^5.59.0", |
55 | 55 | "eslint": "^8.38.0",
|
56 |
| - "eslint-config-prettier": "^8.8.0", |
57 |
| - "eslint-plugin-eslint-comments": "^3.2.0", |
58 |
| - "eslint-plugin-import": "^2.27.5", |
59 |
| - "eslint-plugin-jest": "^27.2.1", |
60 |
| - "eslint-plugin-prettier": "^4.2.1", |
61 |
| - "eslint-plugin-promise": "^6.1.1", |
62 |
| - "eslint-plugin-unicorn": "^47.0.0", |
| 56 | + "eslint-plugin-jest": "^27.2.3", |
63 | 57 | "husky": "^8.0.0",
|
64 | 58 | "jest": "^29.5.0",
|
65 | 59 | "json-schema-faker": "^0.5.0-rcv.32",
|
66 | 60 | "lint-staged": "^13.1.0",
|
67 |
| - "prettier": "^2.6.2", |
| 61 | + "prettier": "^3.0.0", |
68 | 62 | "ts-jest": "^29.1.0",
|
69 | 63 | "typedoc": "^0.24.4",
|
70 | 64 | "typedoc-plugin-markdown": "^3.1.1",
|
|
0 commit comments