Skip to content

Commit 43c5fdb

Browse files
committed
Project setup
0 parents  commit 43c5fdb

File tree

6 files changed

+8601
-0
lines changed

6 files changed

+8601
-0
lines changed

Diff for: .babelrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"node": "8.11.3"
8+
}
9+
}
10+
]
11+
],
12+
"plugins": ["import-graphql"]
13+
}

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
dist/
3+

Diff for: .nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8

Diff for: .prettierrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
singleQuote: true
2+
semi: false

0 commit comments

Comments
 (0)