|
4 | 4 | "description": "Finsemble's Bloomberg Terminal Connect Integration", |
5 | 5 | "scripts": { |
6 | 6 | "watch": "node ./fpe-scripts/watch.js", |
7 | | - "docs": "npx typedoc" |
| 7 | + "docs": "npx typedoc", |
| 8 | + "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
| 9 | + "lintTS": "tsc --noemit && eslint . --ext .ts,.tsx" |
8 | 10 | }, |
9 | 11 | "keywords": [ |
10 | 12 | "Finsemble", |
|
17 | 19 | "node": ">=10" |
18 | 20 | }, |
19 | 21 | "devDependencies": { |
| 22 | + "@finsemble/finsemble-core": "^5.0.1", |
| 23 | + "@typescript-eslint/eslint-plugin": "^4.5.0", |
| 24 | + "@typescript-eslint/parser": "^4.5.0", |
20 | 25 | "chokidar": "^3.4.0", |
| 26 | + "eslint": "^7.11.0", |
| 27 | + "eslint-config-airbnb-typescript": "^12.0.0", |
| 28 | + "eslint-plugin-import": "^2.22.1", |
| 29 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 30 | + "eslint-plugin-react": "^7.21.5", |
| 31 | + "eslint-plugin-react-hooks": "^4.2.0", |
21 | 32 | "fs-extra": "^9.0.0", |
22 | 33 | "typedoc": "^0.17.7", |
23 | | - "typedoc-plugin-markdown": "^2.3.1" |
| 34 | + "typedoc-plugin-markdown": "^2.3.1", |
| 35 | + "typescript": "^4.0.3" |
24 | 36 | }, |
25 | 37 | "dependencies": { |
26 | | - "@chartiq/finsemble": "^4.3.0", |
27 | 38 | "@types/node": "^14.0.13", |
28 | 39 | "react-autosuggest": "^10.0.2", |
29 | | - "react-tabs": "^3.1.1", |
30 | | - "typescript": "^3.9.5" |
| 40 | + "react-tabs": "^3.1.1" |
31 | 41 | } |
32 | 42 | } |
0 commit comments