Skip to content

Commit bea3ba9

Browse files
committed
prettier
1 parent 7c74696 commit bea3ba9

File tree

15 files changed

+299
-198
lines changed

15 files changed

+299
-198
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
public/
22
pnpm-lock.yaml
3+
*.mdx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build && next-image-export-optimizer",
99
"dev": "next",
1010
"format": "pnpm format:check --write",
11-
"format:check": "prettier --cache --check \"**/*.{js,jsx,ts,tsx,cjs,mjs,json,yml,yaml,md}\"",
11+
"format:check": "prettier --cache --check .",
1212
"lint": "eslint --ignore-path .gitignore .",
1313
"postbuild": "next-sitemap",
1414
"start": "next start",

0 commit comments

Comments
 (0)