|
54 | 54 | "@babel/helper-module-imports": "^7.24.7", |
55 | 55 | "@microsoft/api-extractor": "^7.13.2", |
56 | 56 | "@phryneas/ts-version": "^1.0.2", |
| 57 | + "@reduxjs/eslint-config": "workspace:^", |
57 | 58 | "@reduxjs/prettier-config": "workspace:^", |
58 | 59 | "@size-limit/file": "^11.0.1", |
59 | 60 | "@size-limit/webpack": "^11.0.1", |
|
68 | 69 | "@types/react": "^18.0.12", |
69 | 70 | "@types/react-dom": "^18.0.5", |
70 | 71 | "@types/yargs": "^16.0.1", |
71 | | - "@typescript-eslint/eslint-plugin": "^6", |
72 | | - "@typescript-eslint/parser": "^6", |
73 | 72 | "axios": "^0.19.2", |
74 | 73 | "console-testing-library": "patch:console-testing-library@npm%3A0.6.1#~/.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch", |
75 | 74 | "esbuild": "^0.23.0", |
76 | 75 | "esbuild-extra": "^0.4.0", |
77 | | - "eslint": "^7.25.0", |
78 | | - "eslint-config-prettier": "^9.1.0", |
79 | | - "eslint-config-react-app": "^7.0.1", |
80 | | - "eslint-plugin-flowtype": "^5.7.2", |
81 | | - "eslint-plugin-import": "^2.22.1", |
82 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
83 | | - "eslint-plugin-prettier": "^5.1.3", |
84 | | - "eslint-plugin-react": "^7.23.2", |
85 | | - "eslint-plugin-react-hooks": "^4.2.0", |
| 76 | + "eslint": "^9.10.0", |
86 | 77 | "fs-extra": "^9.1.0", |
87 | 78 | "invariant": "^2.2.4", |
| 79 | + "jiti": "^2.0.0-beta.3", |
88 | 80 | "jsdom": "^21.0.0", |
89 | 81 | "json-stringify-safe": "^5.0.1", |
90 | 82 | "msw": "^2.1.4", |
|
108 | 100 | "build-only": "yarn clean && yarn run-build", |
109 | 101 | "format": "prettier --config prettier.config.mjs --write .", |
110 | 102 | "format-check": "prettier --config prettier.config.mjs --check .", |
111 | | - "lint": "eslint src examples", |
| 103 | + "lint": "eslint --flag unstable_ts_config -c eslint.config.mts", |
| 104 | + "lint-fix": "eslint --flag unstable_ts_config -c eslint.config.mts --fix", |
112 | 105 | "test": "vitest --typecheck --run ", |
113 | 106 | "test:watch": "vitest --watch", |
114 | 107 | "type-tests": "yarn tsc -p tsconfig.test.json --noEmit", |
|
0 commit comments