|
31 | 31 | "@babel/helper-compilation-targets": "^7.23.6",
|
32 | 32 | "@babel/traverse": "^7.24.1",
|
33 | 33 | "@babel/types": "^7.24.0",
|
| 34 | + "@reduxjs/eslint-config": "workspace:^", |
34 | 35 | "@reduxjs/prettier-config": "workspace:^",
|
| 36 | + "@reduxjs/tsconfig": "workspace:^", |
35 | 37 | "@types/react": "^19.0.1",
|
36 | 38 | "@types/react-dom": "^19.0.1",
|
37 |
| - "@typescript-eslint/eslint-plugin": "6.12.0", |
38 |
| - "@typescript-eslint/parser": "6.12.0", |
39 |
| - "eslint": "^7.25.0", |
40 |
| - "eslint-config-prettier": "^9.1.0", |
41 |
| - "eslint-config-react-app": "^7.0.1", |
42 |
| - "eslint-plugin-flowtype": "^5.7.2", |
43 |
| - "eslint-plugin-import": "^2.22.1", |
44 |
| - "eslint-plugin-jsx-a11y": "^6.4.1", |
45 |
| - "eslint-plugin-prettier": "^5.1.3", |
46 |
| - "eslint-plugin-react": "^7.23.2", |
47 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
| 39 | + "eslint": "^9.23.0", |
| 40 | + "jiti": "^2.4.2", |
48 | 41 | "netlify-plugin-cache": "^1.0.3",
|
49 | 42 | "prettier": "^3.5.3",
|
50 | 43 | "react": "^19.0.0",
|
|
53 | 46 | "release-it": "^14.12.5",
|
54 | 47 | "serve": "^14.2.0",
|
55 | 48 | "ts-node": "^10.9.2",
|
56 |
| - "typescript": "^5.8.2" |
| 49 | + "typescript": "^5.8.2", |
| 50 | + "typescript-eslint": "^8.28.0" |
57 | 51 | },
|
58 | 52 | "scripts": {
|
59 | 53 | "build": "yarn build:packages",
|
60 | 54 | "test": "yarn test:packages",
|
61 | 55 | "format-check": "prettier --ignore-path=$PROJECT_CWD/.prettierignore --config=$PROJECT_CWD/prettier.config.mjs --check $INIT_CWD",
|
62 | 56 | "format": "prettier --ignore-path=$PROJECT_CWD/.prettierignore --config=$PROJECT_CWD/prettier.config.mjs --write $INIT_CWD",
|
| 57 | + "lint-fix": "eslint --config=$PROJECT_CWD/eslint.config.mts --no-error-on-unmatched-pattern --fix $INIT_CWD", |
| 58 | + "lint": "eslint --config=$PROJECT_CWD/eslint.config.mts --no-error-on-unmatched-pattern $INIT_CWD", |
63 | 59 | "install": "yarn build-configs",
|
64 | 60 | "build-configs": "yarn workspaces foreach -Atip --include '@reduxjs/*config' run build",
|
65 | 61 | "build:examples": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build",
|
|
0 commit comments