Skip to content

Commit 07931cf

Browse files
authored
Merge pull request #7 from rszalski/patch-1
Remove dangling comma to fix JSON parsing
2 parents 2003f42 + d7d1878 commit 07931cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"semi": true,
33
"trailingComma": "all",
44
"singleQuote": true,
5-
"printWidth": 70,
6-
}
5+
"printWidth": 70
6+
}

0 commit comments

Comments
 (0)