|
6 | 6 | "start": "webpack-dev-server --config ./src/app/webpack.config.js --mode development",
|
7 | 7 | "docker": "./scripts/build_docker.sh",
|
8 | 8 | "build": "find ./dist -type f -not -name gitkeep -delete && webpack --config ./src/app/webpack.config.js --mode production",
|
9 |
| - "lint": "tsc --noEmit --project ./src/app && tslint -p ./src/app", |
10 |
| - "lint:fix": "tslint -p ./src/app --fix", |
| 9 | + "lint": "tsc --noEmit --project ./src/app && eslint", |
| 10 | + "lint:fix": "eslint --fix", |
11 | 11 | "test": "jest"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
|
69 | 69 | "@babel/preset-env": "^7.7.1",
|
70 | 70 | "@babel/preset-react": "^7.18.6",
|
71 | 71 | "@babel/preset-typescript": "^7.7.2",
|
| 72 | + "@eslint/js": "^9.1.1", |
72 | 73 | "@types/classnames": "^2.2.3",
|
73 | 74 | "@types/cookie": "^0.5.1",
|
74 | 75 | "@types/dagre": "^0.7.40",
|
|
96 | 97 | "codecov": "^3.8.3",
|
97 | 98 | "copy-webpack-plugin": "^6.1.1",
|
98 | 99 | "esbuild-loader": "^2.18.0",
|
| 100 | + "eslint": "^9.1.1", |
| 101 | + "eslint-config-prettier": "^9.1.0", |
| 102 | + "eslint-plugin-prettier": "^5.1.3", |
| 103 | + "eslint-plugin-react": "^7.34.1", |
| 104 | + "globals": "^15.1.0", |
99 | 105 | "html-webpack-plugin": "^5.5.0",
|
100 | 106 | "identity-obj-proxy": "^3.0.0",
|
101 | 107 | "jest": "^27.5.1",
|
102 | 108 | "jest-junit": "^6.4.0",
|
103 | 109 | "jest-transform-css": "^2.0.0",
|
104 | 110 | "monaco-editor-webpack-plugin": "^7.0.0",
|
105 | 111 | "postcss": "^8.4.38",
|
106 |
| - "prettier": "1.19", |
| 112 | + "prettier": "^3.2.5", |
107 | 113 | "raw-loader": "^0.5.1",
|
108 | 114 | "react-test-renderer": "16.8.3",
|
109 | 115 | "sass": "^1.49.9",
|
|
112 | 118 | "style-loader": "^0.20.1",
|
113 | 119 | "ts-jest": "^27.1.3",
|
114 | 120 | "ts-node": "10.9.1",
|
115 |
| - "tslint": "^6.1.3", |
116 |
| - "tslint-config-prettier": "^1.18.0", |
117 |
| - "tslint-plugin-prettier": "^2.0.1", |
118 |
| - "tslint-react": "^5.0.0", |
119 | 121 | "typescript": "^4.9.5",
|
| 122 | + "typescript-eslint": "^7.8.0", |
120 | 123 | "webpack": "^5.84.1",
|
121 | 124 | "webpack-cli": "^4.9.2",
|
122 | 125 | "webpack-dev-server": "^4.7.4",
|
|
0 commit comments