Skip to content

Commit b79c82d

Browse files
committed
eslint: fix RN storybook ignore path to index.tsx (was .ts)
1 parent 49ea665 commit b79c82d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config = createConfig([
4242
'apps/storybook-react/postcss.config.js',
4343
'apps/storybook-react/tailwind.config.js',
4444
// storybook react native
45-
'apps/storybook-react-native/.rnstorybook/index.ts',
45+
'apps/storybook-react-native/.rnstorybook/index.tsx',
4646
'apps/storybook-react-native/.rnstorybook/main.ts',
4747
'apps/storybook-react-native/.rnstorybook/preview.tsx',
4848
'apps/storybook-react-native/.rnstorybook/storybook.requires.ts',

0 commit comments

Comments
 (0)