Skip to content

Commit

Permalink
Revert "feat(ui): Skeleton 컴포넌트 구현 (#178)" (#189)
Browse files Browse the repository at this point in the history
This reverts commit be92ccf.
  • Loading branch information
Brokyeom authored Oct 28, 2024
1 parent 8a103ee commit c53bfe3
Show file tree
Hide file tree
Showing 12 changed files with 8,736 additions and 5,281 deletions.
14 changes: 14 additions & 0 deletions apps/docs/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:react-hooks/recommended', 'plugin:storybook/recommended'],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
17 changes: 0 additions & 17 deletions apps/docs/eslint.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand All @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^6.10.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^11.15.0",
"chromatic": "^10.0.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
Expand Down
37 changes: 0 additions & 37 deletions apps/docs/src/stories/Skeleton.stories.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions packages/ui/Skeleton/Skeleton.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions packages/ui/Skeleton/constants.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/Skeleton/index.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/ui/Skeleton/style.css.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/Skeleton/types.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/ui/Skeleton/utils.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export { default as Tag } from './Tag';
export { default as Chip } from './Chip';
export { default as Callout } from './Callout';
export { default as Tab } from './Tab';
export * from './Skeleton';
export * from './FieldBox';
// test component
export { default as Test } from './Test';
Loading

0 comments on commit c53bfe3

Please sign in to comment.