Emoji Rendering Efficiency (#35568)

This commit is contained in:
Echo 2025-07-31 19:30:14 +02:00 committed by GitHub
parent 0e249cba4b
commit 6bca52453a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 954 additions and 333 deletions

View file

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