Skip to content

Commit fdacebb

Browse files
committed
fix: add explicit prettierrc to prevent inheriting parent configs during git-based installs
1 parent ec88735 commit fdacebb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": true,
3+
"trailingComma": "all",
4+
"singleQuote": false,
5+
"printWidth": 80,
6+
"tabWidth": 2
7+
}

0 commit comments

Comments
 (0)