Skip to content

Commit 2cebf43

Browse files
committed
create: .prettierignore — to support html-prettier
1 parent c1898d2 commit 2cebf43

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.prettierignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/node_modules
2+
.env
3+
.vscode
4+
.cache
5+
/**/sitemap.njk
6+
/**/feed.njk

.prettierrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"trailingComma": "es5",
33
"tabWidth": 2,
44
"semi": false,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"singleAttributePerLine": false,
7+
"bracketSameLine": true
68
}

0 commit comments

Comments
 (0)