Skip to content

Commit 22c82d6

Browse files
authored
Merge pull request #12 from AnthyG/master
Fix #8; 1 1/2 new config-options & refactoring
2 parents 7094eb7 + 4264148 commit 22c82d6

3 files changed

Lines changed: 280 additions & 168 deletions

File tree

.prettierrc

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

0 commit comments

Comments
 (0)