Skip to content

Commit

Permalink
Revert "Storybook導入"
Browse files Browse the repository at this point in the history
  • Loading branch information
appare45 authored Feb 7, 2025
1 parent e6b3c71 commit 835b9f4
Show file tree
Hide file tree
Showing 49 changed files with 6,504 additions and 11,110 deletions.
18 changes: 4 additions & 14 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:jsx-a11y/recommended",
"plugin:storybook/recommended"
],
"plugins": [
"unused-imports",
"jsx-a11y"
],
"extends": ["next/core-web-vitals", "prettier", "plugin:jsx-a11y/recommended"],
"plugins": ["unused-imports", "jsx-a11y"],
"rules": {
"no-unused-vars": "off",
"unused-imports/no-unused-imports": "error",
Expand All @@ -25,10 +17,8 @@
"no-restricted-imports": [
"error",
{
"patterns": [
"../*"
]
"patterns": ["../*"]
}
]
}
}
}
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,3 @@ styled-system-studio
# sentry example
src/app/sentry-example-page
src/app/api/sentry-example-api

*storybook.log
storybook-static
30 changes: 0 additions & 30 deletions .storybook/main.ts

This file was deleted.

15 changes: 0 additions & 15 deletions .storybook/preview.ts

This file was deleted.

Loading

0 comments on commit 835b9f4

Please sign in to comment.