|
9 | 9 | "start": "node ./node_modules/.bin/ts-node -r tsconfig-paths/register .", |
10 | 10 | "start:debug": "node --inspect=0.0.0.0:9229 ./node_modules/.bin/ts-node -r tsconfig-paths/register ." |
11 | 11 | }, |
12 | | - "eslintConfig": { |
13 | | - "parser": "@typescript-eslint/parser", |
14 | | - "plugins": [ |
15 | | - "@typescript-eslint" |
16 | | - ], |
17 | | - "extends": [ |
18 | | - "eslint:recommended", |
19 | | - "plugin:@typescript-eslint/recommended", |
20 | | - "plugin:@typescript-eslint/recommended-requiring-type-checking" |
21 | | - ], |
22 | | - "parserOptions": { |
23 | | - "project": "./tsconfig.json" |
24 | | - }, |
25 | | - "rules": { |
26 | | - "max-len": [ |
27 | | - "error", |
28 | | - { |
29 | | - "code": 100 |
30 | | - } |
31 | | - ], |
32 | | - "no-console": 1, |
33 | | - "no-extra-boolean-cast": 0, |
34 | | - "@typescript-eslint/restrict-plus-operands": 0, |
35 | | - "@typescript-eslint/explicit-module-boundary-types": 0, |
36 | | - "@typescript-eslint/no-explicit-any": 0, |
37 | | - "@typescript-eslint/no-floating-promises": 0, |
38 | | - "@typescript-eslint/no-unsafe-member-access": 0, |
39 | | - "@typescript-eslint/no-unsafe-assignment": 0, |
40 | | - "@typescript-eslint/no-unsafe-call": 0 |
41 | | - } |
42 | | - }, |
43 | | - "eslintIgnore": [ |
44 | | - "build.ts" |
45 | | - ], |
| 12 | + |
46 | 13 | "dependencies": { |
47 | 14 | "@types/express": "^4.17.14", |
48 | | - "cms-bluebutton-sdk": "^1.0.2", |
| 15 | + "cms-bluebutton-sdk": "file:./cms-bluebutton-sdk-1.0.4.tgz", |
49 | 16 | "express": "^4.18.2", |
50 | 17 | "ts-node": "^10.9.1", |
51 | 18 | "typescript": "^4.9.3" |
52 | 19 | }, |
53 | 20 | "devDependencies": { |
54 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
55 | | - "@typescript-eslint/parser": "^4.22.0", |
56 | | - "eslint": "^7.25.0", |
| 21 | + "@eslint/compat": "^1.4.0", |
| 22 | + "@typescript-eslint/eslint-plugin": "^8.44.1", |
| 23 | + "@typescript-eslint/parser": "^8.44.1", |
| 24 | + "eslint": "^9.36.0", |
57 | 25 | "eslint-config-airbnb": "^19.0.4", |
58 | | - "eslint-config-airbnb-typescript": "^16.1.0", |
59 | | - "eslint-plugin-import": "^2.25.4", |
| 26 | + "eslint-config-airbnb-typescript": "^18.0.0", |
| 27 | + "eslint-plugin-import": "^2.32.0", |
60 | 28 | "jest": "^29.3.1", |
61 | 29 | "tsconfig-paths": "^4.1.0" |
62 | 30 | } |
|
0 commit comments