feat(editor): Upgrade Storybook to 8.0 (no-changelog) (#8867)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-13 16:52:29 +01:00
committed by GitHub
parent 948c383999
commit 572af38383
32 changed files with 1826 additions and 3589 deletions

View File

@@ -16,7 +16,12 @@ module.exports = {
overrides: [
{
files: ['**/*.test.ts', '**/test/**/*.ts', '**/__tests__/**/*.ts'],
files: [
'**/*.test.ts',
'**/test/**/*.ts',
'**/__tests__/**/*.ts',
'**/*.stories.ts',
],
rules: {
'import/no-extraneous-dependencies': 'off',
},