Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…685-add-storybook-to-taxi-front
  • Loading branch information
jinhyeonkwon committed Nov 14, 2023
2 parents 3575049 + a955134 commit fa10032
Show file tree
Hide file tree
Showing 166 changed files with 9,234 additions and 4,710 deletions.
15 changes: 3 additions & 12 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,20 @@
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"react",
"cypress"
],
"plugins": ["react", "cypress"],
"rules": {
"no-unused-vars": 1,
"react/react-in-jsx-scope": "off",
"react/no-unknown-property": [
"error",
{
"ignore": [
"css"
]
"ignore": ["css"]
}
]
},
"overrides": [
{
"files": [
"*.ts",
"*.tsx",
"public/firebase-messaging-sw.js"
],
"files": ["*.ts", "*.tsx", "public/firebase-messaging-sw.js"],
"rules": {
"no-undef": "off",
"no-unused-vars": "off"
Expand Down
12 changes: 6 additions & 6 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": [
"<THIRD_PARTY_MODULES>",
"^types/",
"^hooks/",
"^components/|^pages/",
"^@/types/",
"^@/hooks/",
"^@/components/|^@/pages/",
"^[./]",
"^atoms/|^recoil$",
"^tools/",
"^static/|^@mui|^@material-ui"
"^@/atoms/|^recoil$",
"^@/tools/",
"^@/static/|^@mui|^@material-ui"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@
false
);
</script>
<script type="module" src="/src/index.tsx">

</script>
<script src="/env.js"></script>
<script type="module" src="/src/index.tsx"></script>
</head>
<body>
<div id="root"></div>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
]
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@storybook/blocks": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/react-vite": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/eslint": "^8.44.0",
Expand All @@ -76,7 +76,7 @@
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"cypress": "^10.3.1",
"cypress-react-selector": "^3.0.0",
"eslint": "^7.32.0",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.6.15",
"storybook": "^7.5.1",
"storybook": "^7.5.2",
"typescript": "^5.1.6",
"vite": "^4.5.0",
"vite-plugin-svgr": "^3.2.0"
Expand Down
Loading

0 comments on commit fa10032

Please sign in to comment.