Skip to content

Commit 84c8379

Browse files
committed
fix: story-book
1 parent 8a85327 commit 84c8379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ export default typescript.config([
11181118
allow: ['configs', 'build-utils'],
11191119
},
11201120
{
1121-
from: ['story-files'],
1121+
from: ['story-files', 'story-book'],
11221122
allow: ['core*', 'sentry*', 'story-book'],
11231123
},
11241124
// todo: sentry* shouldn't be allowed

0 commit comments

Comments
 (0)