Skip to content

Commit cb1974c

Browse files
authored
Merge pull request #63 from vreshch/chore/standardize-prettier
chore: standardize prettier config
2 parents 610827f + 9542db3 commit cb1974c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
dist
3+
build
4+
.next
5+
coverage
6+
package-lock.json
7+
*.snap

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"singleQuote": true,
32
"semi": true,
3+
"singleQuote": true,
44
"trailingComma": "es5",
55
"printWidth": 100,
66
"tabWidth": 2

0 commit comments

Comments
 (0)