🔧 Updated eslint configuration to comply with new version requirements

This commit is contained in:
Proxyfil
2026-04-06 23:57:48 +02:00
parent 72d201a389
commit 94260b1058
3 changed files with 89 additions and 39 deletions
+5 -3
View File
@@ -8,9 +8,9 @@
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . '!src/lib/i18n/locales/*.json' '!pnpm-lock.yaml' '!src/app.html' && eslint --ignore-path .gitignore .",
"lint-without-format-checking": "eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. . '!src/lib/i18n/locales/*.json'",
"lint": "prettier --check --plugin-search-dir=. . '!src/lib/i18n/locales/*.json' '!pnpm-lock.yaml' '!src/app.html' && eslint .",
"lint-without-format-checking": "eslint .",
"format": "prettier --write --plugin-search-dir=. . '!src/lib/i18n/locales/*.json'",
"run:prod": "node index.js",
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
},
@@ -58,6 +58,7 @@
"dompurify": "^3.3.0",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.0",
"felte": "^1.3.0",
"fuse.js": "^7.1.0",
"highlight.js": "^11.11.1",
@@ -82,6 +83,7 @@
"socket.io-client": "^4.8.1",
"svelte": "^5.42.2",
"svelte-check": "^4.3.3",
"svelte-eslint-parser": "^1.6.0",
"svelte-preprocess": "^6.0.3",
"svelte-range-slider-pips": "^4.1.0",
"svelte-tippy": "^1.3.2",