Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Sep 30, 2024
1 parent 20098d9 commit 0068124
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 123 deletions.
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "storybook dev -p 6006",
"build": "storybook build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint .",
"format": "eslint . --fix"
"lint": "eslint . && prettier --check \"src/**/*.mdx\"",
"format": "eslint . --fix && prettier --write \"src/**/*.mdx\""
},
"dependencies": {
"@repo/ui": "workspace:*"
Expand Down
Loading

0 comments on commit 0068124

Please sign in to comment.