Skip to content

Commit be19231

Browse files
authoredJan 2, 2020
V5 with jest snapshots (#80)
V5 with jest snapshots
2 parents 7c3ad5f + 37ca6a1 commit be19231

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+7324
-6187
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
lib
44
*.DS_Store
55
.vscode
6+
.cache

‎.prettierrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"printWidth": 100,
3+
"tabWidth": 2,
4+
"bracketSpacing": true,
5+
"trailingComma": "es5",
6+
"singleQuote": true
7+
}

0 commit comments

Comments
 (0)
Please sign in to comment.