Update dependency "eslint" to v9.x

v9.39.4
This commit is contained in:
schroda
2026-03-10 10:59:38 +01:00
parent d8673e2307
commit 22e1b6d224
29 changed files with 877 additions and 738 deletions

View File

@@ -6,7 +6,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
/* eslint-disable import/no-extraneous-dependencies */
/* eslint-disable import-x/no-extraneous-dependencies */
import path from 'path';
import { defineConfig } from 'vite';
@@ -18,7 +18,7 @@ import { lingui } from '@lingui/vite-plugin';
import 'dotenv/config';
import { d } from 'koration';
// eslint-disable-next-line import/no-default-export
// eslint-disable-next-line import-x/no-default-export
export default defineConfig(({ command }) => ({
base: command === 'serve' ? process.env.VITE_SUBPATH || './' : './',
build: {