Skip to content

Commit 4fbb0cd

Browse files
authored
Merge pull request #662 from ma2yama/fixPrettier
Fix Prettier configuration file name
2 parents 719c636 + 88a98f8 commit 4fbb0cd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.prettierc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.prettierrc.json

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

0 commit comments

Comments
 (0)