Skip to content

Commit

Permalink
chore: cleanup eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 19, 2023
1 parent c0e6643 commit 60da143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion packages/design-system/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"root": true,
"extends": ["@talend/eslint-config"]
"extends": "@talend"
}
7 changes: 0 additions & 7 deletions packages/design-system/src/components/Tabs/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// import Tab from './Primitive/TabElement';
// import Tabs from './variants/Tabs';
// import TabsAsLinkList from './variants/TabsAsLinkList';
// import TabsKit from './variants/TabsKit';

// export { Tab, Tabs, TabsKit, TabsAsLinkList };

export * from './Primitive/TabsProvider';
export * from './Primitive/Tabs';
export * from './Primitive/TabPanel';

0 comments on commit 60da143

Please sign in to comment.