chore: migrate to ESLint 9 and update configurations

This commit is contained in:
Naoki Oketani
2025-05-03 12:03:12 +00:00
parent f8bd80c1a2
commit 745e45b95c
7 changed files with 4809 additions and 2970 deletions

View File

@@ -38,12 +38,14 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vercel/ncc": "^0.38.3",
"@vitest/coverage-v8": "^3.1.2",
"eslint": "^8.57.1",
"eslint-plugin-github": "^4.10.2",
"eslint": "^9.26.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint-plugin-github": "^6.0.0",
"js-yaml": "^4.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",