diff options
author | Wolfgang Müller | 2025-03-26 19:40:28 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-26 19:40:28 +0100 |
commit | f8e2f64316354b36099a01eef0735ec0970f5b99 (patch) | |
tree | 548c1292db012355a559f1f33500d799f22c2d70 /frontend/package.json | |
parent | 820d976d9d288c37dcf36cf3227508362dd46dff (diff) | |
download | hircine-f8e2f64316354b36099a01eef0735ec0970f5b99.tar.gz |
frontend: Migrate to eslint-plugin-svelte 3.0
This includes a migration to a flat eslint.config.js, which will now
also automatically ignore items from .gitignore. eslint-plugin-svelte
3.0 comes with a couple of changes to recommended rules as well, these
are also addressed in this commit.
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index 4c7d8ad..094cf39 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,6 +15,7 @@ "test": "vitest" }, "devDependencies": { + "@eslint/compat": "^1.2.5", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", "@graphql-codegen/cli": "^5.0.3", @@ -26,13 +27,11 @@ "@sveltejs/kit": "^2.8.1", "@sveltejs/vite-plugin-svelte": "^5.0.0", "@tailwindcss/vite": "^4.0.6", - "@typescript-eslint/eslint-plugin": "^8.14.0", - "@typescript-eslint/parser": "^8.14.0", "@zerodevx/svelte-toast": "^0.9.6", "date-fns": "^4.1.0", "eslint": "^9.14.0", "eslint-config-prettier": "^10.0.0", - "eslint-plugin-svelte": "^2.46.0", + "eslint-plugin-svelte": "^3.0.0", "fast-deep-equal": "^3.1.3", "globals": "^16.0.0", "jsdom": "^26.0.0", @@ -45,6 +44,7 @@ "tailwindcss": "^4.0.0", "tslib": "^2.8.1", "typescript": "^5.6.3", + "typescript-eslint": "^8.28.0", "vite": "^6.0.0", "vitest": "^3.0.0" }, |