Emoji Rendering Efficiency (#35568)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user