Skip to content

Commit

Permalink
lintの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Jul 30, 2024
1 parent abf6395 commit e367269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "next lint --max-warnings 0",
"format": "prettier -w src/",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/textarea/textarea.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Rows: Story = {
},
};

export const placeholder = {
export const Placeholder = {
args: {
isDisabled: false,
isInvalid: false,
Expand Down

0 comments on commit e367269

Please sign in to comment.