Skip to content

Commit 2cdbe7c

Browse files
committed
feat: update files after rebase
1 parent 316df6b commit 2cdbe7c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// import/export got a false positive, and affects most of our index barrel files
2+
// can be removed once following issue is fixed: https://github.com/import-js/eslint-plugin-import/issues/703
3+
/* eslint-disable import/export */
14
export * from '@sentry/react';
25

36
export { init } from './sdk';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// TODO: For now these are empty re-exports, but we may add actual implementations here
22
// so we keep this to be future proof
33
export * from './client';
4+
// nothing gets exported yet from there
5+
// eslint-disable-next-line import/export
46
export * from './common';

packages/tanstackstart-react/src/server/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// import/export got a false positive, and affects most of our index barrel files
2+
// can be removed once following issue is fixed: https://github.com/import-js/eslint-plugin-import/issues/703
3+
/* eslint-disable import/export */
14
export * from '@sentry/node';
25

36
export { init } from './sdk';

0 commit comments

Comments
 (0)