|
8 | 8 | "author": "Rongjian Zhang <pd4d10@gmail.com>", |
9 | 9 | "main": ".vite/build/main.js", |
10 | 10 | "scripts": { |
11 | | - "lint": "prettier --check 'src/**/*.{ts,tsx}' && eslint '**/*.{ts,tsx}'", |
12 | | - "lint-fix": "prettier --write 'src/**/*.{ts,tsx}' && eslint --fix '**/*.{ts,tsx}'", |
| 11 | + "lint": "prettier --check 'src/**/*.{ts,tsx}'", |
| 12 | + "lint-fix": "prettier --write 'src/**/*.{ts,tsx}'", |
13 | 13 | "make": "electron-forge make", |
14 | 14 | "package": "electron-forge package", |
15 | 15 | "publish": "electron-forge publish", |
|
41 | 41 | "@electron-forge/publisher-github": "^7.4.0", |
42 | 42 | "@reduxjs/toolkit": "^2.2.3", |
43 | 43 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
44 | | - "@types/eslint": "^8.56.10", |
45 | 44 | "@types/ini": "^4.1.0", |
46 | 45 | "@types/lodash-es": "^4.17.12", |
47 | 46 | "@types/react": "^18.3.1", |
48 | 47 | "@types/react-dom": "^18.3.0", |
49 | 48 | "@types/redux-logger": "^3", |
50 | 49 | "@types/universal-analytics": "^0.4.8", |
51 | 50 | "@types/uuid": "^9.0.8", |
52 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
53 | | - "@typescript-eslint/parser": "^7.8.0", |
54 | 51 | "electron": "^30.0.2", |
55 | 52 | "electron-devtools-installer": "^3.2.0", |
56 | 53 | "electron-redux": "2.0.0-alpha.9", |
57 | 54 | "electron-update-notification": "^0.1.0", |
58 | | - "eslint": "^9.1.1", |
59 | | - "eslint-define-config": "^2.1.0", |
60 | | - "eslint-plugin-react": "^7.34.1", |
61 | | - "eslint-plugin-react-hooks": "^4.6.2", |
62 | 55 | "get-port": "^7.1.0", |
63 | 56 | "ini": "^4.1.2", |
64 | 57 | "lodash-es": "^4.17.21", |
|
0 commit comments