Skip to content

Commit dc6d619

Browse files
committed
chore(dev): do not run prettier to check/format website/*
We have two prettier configuration: 1. /prettierrc.json 2. /website/package.json When we run prettier on the project root, we should be ignoring /website/*. Closes #13.
1 parent 1e23511 commit dc6d619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
*.md
12
dist-newstyle/
23
dist/
34
nix/
4-
*.md
5+
website/

0 commit comments

Comments
 (0)