Skip to content

Commit dba33e7

Browse files
committed
Init source with create-react-app
0 parents  commit dba33e7

File tree

2,054 files changed

+315201
-0
lines changed

Some content is hidden

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

2,054 files changed

+315201
-0
lines changed

.eslintrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"extends": [
3+
"react-app",
4+
"plugin:react/recommended",
5+
"prettier",
6+
"prettier/react"
7+
],
8+
"plugins": ["react", "prettier"],
9+
"parserOptions": {
10+
"ecmaVersion": 2016,
11+
"sourceType": "module",
12+
"ecmaFeatures": {
13+
"jsx": true
14+
}
15+
},
16+
"env": {
17+
"es6": true,
18+
"node": false
19+
},
20+
"rules": {
21+
"prettier/prettier": "error"
22+
}
23+
}

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
23+
# VS code IDE
24+
.vscode

.vscode/chrome/.metadata_never_index

Whitespace-only changes.
44 KB
Binary file not shown.
264 KB
Binary file not shown.
1.01 MB
Binary file not shown.
8 KB
Binary file not shown.
338 KB
Binary file not shown.

.vscode/chrome/Default/Cache/index

256 KB
Binary file not shown.

.vscode/chrome/Default/Cookies

28 KB
Binary file not shown.

0 commit comments

Comments
 (0)