Skip to content

Commit 0748c68

Browse files
committed
Run update-all
1 parent 6c891fc commit 0748c68

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

lib/configs/csf.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export = {
1414
'storybook/csf-component': 'warn',
1515
'storybook/default-exports': 'error',
1616
'storybook/hierarchy-separator': 'warn',
17-
'storybook/meta-inline-properties': 'error',
1817
'storybook/no-redundant-story-name': 'warn',
1918
'storybook/story-exports': 'error',
2019
} as const,

lib/configs/flat/csf.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export = [
2222
'storybook/csf-component': 'warn',
2323
'storybook/default-exports': 'error',
2424
'storybook/hierarchy-separator': 'warn',
25-
'storybook/meta-inline-properties': 'error',
2625
'storybook/no-redundant-story-name': 'warn',
2726
'storybook/story-exports': 'error',
2827
} as const,

lib/configs/flat/recommended.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export = [
2323
'storybook/context-in-play-function': 'error',
2424
'storybook/default-exports': 'error',
2525
'storybook/hierarchy-separator': 'warn',
26-
'storybook/meta-inline-properties': 'error',
2726
'storybook/no-redundant-story-name': 'warn',
2827
'storybook/prefer-pascal-case': 'warn',
2928
'storybook/story-exports': 'error',

lib/configs/recommended.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export = {
1515
'storybook/context-in-play-function': 'error',
1616
'storybook/default-exports': 'error',
1717
'storybook/hierarchy-separator': 'warn',
18-
'storybook/meta-inline-properties': 'error',
1918
'storybook/no-redundant-story-name': 'warn',
2019
'storybook/prefer-pascal-case': 'warn',
2120
'storybook/story-exports': 'error',

0 commit comments

Comments
 (0)