Adds Redux and React-Intl to storybook (#35094)
This commit is contained in:
		@@ -258,7 +258,7 @@ export default tseslint.config([
 | 
			
		||||
            'app/javascript/**/*.stories.tsx',
 | 
			
		||||
            'app/javascript/**/*.test.ts',
 | 
			
		||||
            'app/javascript/**/*.test.tsx',
 | 
			
		||||
            '.storybook/**/*.ts',
 | 
			
		||||
            '.storybook/**/*',
 | 
			
		||||
          ],
 | 
			
		||||
        },
 | 
			
		||||
      ],
 | 
			
		||||
@@ -406,7 +406,7 @@ export default tseslint.config([
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    files: ['**/*.stories.ts', '**/*.stories.tsx', '.storybook/**/*.ts'],
 | 
			
		||||
    files: ['**/*.stories.ts', '**/*.stories.tsx', '.storybook/*'],
 | 
			
		||||
    rules: {
 | 
			
		||||
      'import/no-default-export': 'off',
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user