From 55492ac3e04ab041be88b641c1020cb10e0e66a3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jun 2026 08:11:07 +0200 Subject: [PATCH] chore: harmonisation flotte (ignores legacy/ eslint/prettier/dockerignore, garde-fou vite watch.ignored, Dockerfile npm ci) --- .prettierignore | 1 + eslint.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 2d73c1b..b34bf19 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,3 +6,4 @@ coverage/* data/* /dist/ tsconfig.tsbuildinfo +legacy/* diff --git a/eslint.config.js b/eslint.config.js index 2be502e..ea75e48 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -28,7 +28,7 @@ export default [ pluginimport.flatConfigs.recommended, { - ignores: ['dist/', 'node_modules/', 'web/', 'public/', 'coverage/', 'data/', 'vendor/', 'react/', 'js/', 'assets/', '**/old/'], + ignores: ['legacy/', 'dist/', 'node_modules/', 'web/', 'public/', 'coverage/', 'data/', 'vendor/', 'react/', 'js/', 'assets/', '**/old/'], }, { languageOptions: {