Skip to content

Commit 2f18755

Browse files
committed
fix: linting issues
1 parent 8b091b0 commit 2f18755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storybooks/react-storybook/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
alias: {
1414
// Wired issue with storybook vite-builder inside monorepo
1515
vue: path.resolve(__dirname, '../../node_modules/vue'),
16-
16+
// eslint-disable-next-line @typescript-eslint/naming-convention
1717
'@components': path.resolve(__dirname, '../../output/react/src')
1818
}
1919
}

0 commit comments

Comments
 (0)