mirror of
https://github.com/dorny/paths-filter.git
synced 2026-07-01 13:19:32 +00:00
Update eslint from 8.57.1 to 10.0.3 with flat config migration
ESLint 10 drops the legacy eslintrc format, so migrate to flat config. - Replace .eslintrc.json and .eslintignore with eslint.config.js - Remove eslint-plugin-github (incompatible with eslint 10; its internal config only provided 3 DOM rules unused by this project) - Update @typescript-eslint/* to 8.57.2 and eslint-plugin-jest to 29.x - Add globals package for environment globals in flat config
This commit is contained in:
parent
21c6681597
commit
898f092f13
5 changed files with 446 additions and 3217 deletions
10
package.json
10
package.json
|
|
@ -40,12 +40,12 @@
|
|||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "^25.3.5",
|
||||
"@types/picomatch": "^4.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
||||
"@typescript-eslint/parser": "^8.57.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
||||
"@typescript-eslint/parser": "^8.57.2",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-github": "^5.1.8",
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"eslint": "10.0.3",
|
||||
"eslint-plugin-jest": "^29.15.1",
|
||||
"globals": "^16.0.0",
|
||||
"jest": "^30.2.0",
|
||||
"jest-circus": "^30.2.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue