feature: sweep flotte — convergence canons (validation zod/OpenAPI, buildCsv, no-alert→toast/sonner, publicUser anti-leak, dates dayjs, appshell/profil, lastSeenAt, scrollRestoration) + fixes divers
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-07-17 02:20:43 +02:00
parent c9b39ffca0
commit 05cf7e7256
7 changed files with 42 additions and 59 deletions
+4 -4
View File
@@ -32,10 +32,10 @@ export default [
format: ['camelCase', 'PascalCase'],
},
],
'curly': 'warn',
'eqeqeq': 'warn',
curly: 'warn',
eqeqeq: 'warn',
'no-throw-literal': 'warn',
'semi': 'off',
semi: 'off',
// Règles générales réutilisées de flatbay
'prefer-const': ['error', { destructuring: 'all' }],
'no-var': 'error',
@@ -47,7 +47,7 @@ export default [
'one-var-declaration-per-line': ['error', 'always'],
'one-var': ['error', 'never'],
'vars-on-top': 'error',
'yoda': 'error',
yoda: 'error',
'prefer-arrow-callback': 'error',
'no-implicit-globals': 'error',
'no-labels': 'error',