make eslint 9 compliant
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 3s

This commit is contained in:
2026-01-03 20:37:36 +01:00
parent b24317a4bd
commit c9cd6fc0cc
2 changed files with 18 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sebastianbrenner/eslint-config",
"version": "1.0.5",
"version": "1.1.0",
"type": "module",
"main": "./index.js",
"scripts": {
@@ -12,7 +12,6 @@
},
"peerDependencies": {
"typescript": "5",
"@typescript-eslint/eslint-plugin": "8.48.1",
"@typescript-eslint/parser": "8.48.1",
"eslint": "^9.0.0",
"eslint-plugin-import": "2.32.0",