Skip to content

Commit e918490

Browse files
Yasir-RafiqueKernelDeimos
authored andcommitted
chore: add Prettier config
1 parent bfd1f8f commit e918490

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
build

.prettierrc

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

0 commit comments

Comments
 (0)