Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d420518

Browse files
authoredJan 29, 2024
feat: v7 (storybookjs#502)
* make storage configurable * fix: wrong ids created for multiple configs with titlePrefix (v7) (storybookjs#542) * fix: race condition see storybookjs#543 including contributions from @stevoland and @patlux
1 parent d7a84be commit d420518

File tree

166 files changed

+9972
-12315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+9972
-12315
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aliases:
44
- &defaults
55
working_directory: /tmp/storybook
66
docker:
7-
- image: cimg/node:16.20.0
7+
- image: cimg/node:20.9.0
88

99
jobs:
1010
build:

‎.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ module.exports = {
44
rules: {
55
'react-native/no-inline-styles': 'off',
66
'react/react-in-jsx-scope': 'off',
7+
curly: ['error', 'multi-line'],
78
},
89
};

0 commit comments

Comments
 (0)
Please sign in to comment.