Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad21579

Browse files
committedApr 11, 2020
revamped-engine init
1 parent f0d5946 commit ad21579

Some content is hidden

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

44 files changed

+21374
-17711
lines changed
 

‎.eslintrc.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module.exports = {
22
env: {
33
browser: true,
4-
es6: true
4+
es6: true,
55
},
66
plugins: ['react'],
77
globals: {
8-
graphql: false
8+
graphql: false,
99
},
1010
parserOptions: {
1111
sourceType: 'module',
1212
ecmaFeatures: {
1313
experimentalObjectRestSpread: true,
14-
jsx: true
15-
}
16-
}
14+
jsx: true,
15+
},
16+
},
1717
}

‎.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,3 @@ yarn-error.log
6767
.pnp.js
6868
# Yarn Integrity file
6969
.yarn-integrity
70-
71-
.vscode
72-
.vscode/*
73-
!.vscode/settings.json
74-
!.vscode/tasks.json
75-
!.vscode/launch.json
76-
!.vscode/extensions.json

0 commit comments

Comments
 (0)
Please sign in to comment.