|
6 | 6 | }, |
7 | 7 | "scripts": { |
8 | 8 | "build": "nx run-many --target=build --exclude='@react-docgen-internal/*'", |
9 | | - "lint": "eslint . --ext .js,.cjs,.mjs,.ts,.tsx --report-unused-disable-directives --max-warnings=0", |
10 | | - "fix": "eslint . --ext .js,.cjs,.mjs,.ts,.tsx --fix --report-unused-disable-directives --max-warnings=0", |
| 9 | + "lint": "eslint . --flag unstable_config_lookup_from_file --report-unused-disable-directives --max-warnings=0", |
| 10 | + "fix": "eslint . --flag unstable_config_lookup_from_file --fix --report-unused-disable-directives --max-warnings=0", |
11 | 11 | "test": "nx run-many --target=test --exclude='@react-docgen-internal/*' --output-style=stream", |
12 | 12 | "copy:changelog:react-docgen": "cp ./packages/react-docgen/CHANGELOG.md ./packages/website/src/pages/docs/release-notes/react-docgen.mdx", |
13 | 13 | "copy:changelog:cli": "cp ./packages/react-docgen-cli/CHANGELOG.md ./packages/website/src/pages/docs/release-notes/cli.mdx", |
|
18 | 18 | "devDependencies": { |
19 | 19 | "@changesets/changelog-github": "0.5.1", |
20 | 20 | "@changesets/cli": "2.28.1", |
| 21 | + "@eslint/eslintrc": "^3.3.1", |
| 22 | + "@eslint/js": "^9.24.0", |
21 | 23 | "@types/node": "20.17.30", |
22 | | - "@typescript-eslint/eslint-plugin": "7.18.0", |
23 | | - "@typescript-eslint/parser": "7.18.0", |
24 | 24 | "@vitest/coverage-v8": "3.1.1", |
25 | 25 | "cpy": "11.1.0", |
26 | | - "eslint": "8.57.1", |
| 26 | + "eslint": "9.24.0", |
27 | 27 | "eslint-config-next": "15.2.4", |
28 | 28 | "eslint-config-prettier": "10.1.1", |
29 | 29 | "eslint-plugin-prettier": "5.2.6", |
30 | 30 | "execa": "7.2.0", |
| 31 | + "globals": "^16.0.0", |
31 | 32 | "nx": "20.7.1", |
32 | 33 | "prettier": "3.5.3", |
33 | 34 | "prettier-plugin-tailwindcss": "0.6.11", |
34 | 35 | "rimraf": "6.0.1", |
35 | 36 | "tempy": "3.1.0", |
36 | 37 | "typescript": "5.8.3", |
| 38 | + "typescript-eslint": "^8.29.0", |
37 | 39 | "vitest": "3.1.1" |
38 | 40 | }, |
39 | 41 | "packageManager": "pnpm@10.7.1" |
|
0 commit comments