|
6 | 6 | }, |
7 | 7 | "scripts": { |
8 | 8 | "build": "nx run-many --target=build --exclude='@react-docgen-internal/*'", |
9 | | - "lint": "eslint . --flag v10_config_lookup_from_file --report-unused-disable-directives --max-warnings=0", |
10 | | - "fix": "eslint . --flag v10_config_lookup_from_file --fix --report-unused-disable-directives --max-warnings=0", |
| 9 | + "lint": "eslint . --report-unused-disable-directives --max-warnings=0", |
| 10 | + "fix": "eslint . --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/app/docs/release-notes/react-docgen/page.mdx", |
13 | 13 | "copy:changelog:cli": "cp ./packages/react-docgen-cli/CHANGELOG.md ./packages/website/src/app/docs/release-notes/cli/page.mdx", |
|
19 | 19 | "@changesets/changelog-github": "0.6.0", |
20 | 20 | "@changesets/cli": "2.30.0", |
21 | 21 | "@eslint/eslintrc": "3.3.5", |
22 | | - "@eslint/js": "9.39.4", |
| 22 | + "@eslint/js": "10.0.1", |
23 | 23 | "@types/node": "20.19.37", |
24 | 24 | "@vitest/coverage-v8": "4.1.0", |
25 | 25 | "cpy": "13.2.1", |
26 | | - "eslint": "9.39.4", |
| 26 | + "eslint": "10.0.3", |
27 | 27 | "eslint-config-next": "16.1.6", |
28 | 28 | "eslint-config-prettier": "10.1.8", |
29 | 29 | "eslint-plugin-prettier": "5.5.5", |
|
0 commit comments