Skip to content

Commit

Permalink
chore: Add prettier linting and formatting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dina committed Oct 3, 2024
1 parent 2ab08c1 commit eb52be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint && prettier --check '**/*.{tsx,ts,js,mjs,cjs}'",
"format": "prettier --write '**/*.{tsx,ts,js,mjs,cjs}'"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
Expand Down

0 comments on commit eb52be0

Please sign in to comment.