Skip to content

Commit

Permalink
removing yaml from prettier scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paragraph-dev committed Jan 8, 2025
1 parent 0101397 commit 871e33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml}\"",
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml}\""
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx,css}\"",
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css}\""
},
"dependencies": {
"@clerk/clerk-react": "^5.21.0",
Expand Down

0 comments on commit 871e33f

Please sign in to comment.