mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 16:01:21 +00:00
refactor: Change the Prettier format glob
This commit is contained in:
parent
295d5ca8e5
commit
8ac7862393
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"preview": "next build && next start",
|
"preview": "next build && next start",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
|
"format:write": "prettier . --write --cache",
|
||||||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
|
"format:check": "prettier . --check --cache"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clerk/clerk-react": "^4.18.0",
|
"@clerk/clerk-react": "^4.18.0",
|
||||||
|
|
Loading…
Reference in a new issue