Skip to content

Commit ce5658e

Browse files
authored
Merge pull request #3 from true-runes/fix_typo
Fix a typo
2 parents ef1f281 + afb7014 commit ce5658e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettier.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
singleQuote: true,
3-
trailingComma: 'all',
3+
trailingComma: all,
44
}

0 commit comments

Comments
 (0)