Skip to content

Commit fd6cf57

Browse files
author
Alex K
committed
chore(format): add Prettier config for consistent code style
1 parent 49c764b commit fd6cf57

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all",
4+
"overrides": [
5+
{
6+
"files": ["**/.*rc"],
7+
"options": { "parser": "json" }
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)