Merge commit '591df1f205c654381203b56d46498efc62370776' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-08-01 22:11:59 +02:00
202 changed files with 2578 additions and 1290 deletions

View File

@@ -430,6 +430,12 @@ export default tseslint.config([
globals: globals.vitest,
},
},
{
files: ['**/*.test.*'],
rules: {
'no-global-assign': 'off',
},
},
{
files: ['**/*.stories.ts', '**/*.stories.tsx', '.storybook/*'],
rules: {