Skip to content

Commit c1a7aa5

Browse files
committed
no more build
1 parent 35628f0 commit c1a7aa5

25 files changed

+2537
-28185
lines changed

.eslintrc.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es2021": true
5+
},
6+
"extends": [
7+
"eslint:recommended",
8+
"plugin:@typescript-eslint/recommended"
9+
],
10+
"parser": "@typescript-eslint/parser",
11+
"parserOptions": {
12+
"ecmaVersion": "latest",
13+
"sourceType": "module"
14+
},
15+
"plugins": [
16+
"@typescript-eslint"
17+
],
18+
"rules": {
19+
"indent": [
20+
"error",
21+
4
22+
],
23+
"linebreak-style": [
24+
"error",
25+
"unix"
26+
],
27+
"quotes": [
28+
"error",
29+
"single"
30+
],
31+
"semi": [
32+
"error",
33+
"always"
34+
]
35+
}
36+
}

client/build/asset-manifest.json

-15
This file was deleted.

client/build/favicon.ico

-3.78 KB
Binary file not shown.

client/build/index.html

-1
This file was deleted.

client/build/logo192.png

-5.22 KB
Binary file not shown.

client/build/logo512.png

-9.44 KB
Binary file not shown.

client/build/manifest.json

-25
This file was deleted.

client/build/robots.txt

-3
This file was deleted.

client/build/static/css/main.073c9b0a.css

-2
This file was deleted.

client/build/static/css/main.073c9b0a.css.map

-1
This file was deleted.

client/build/static/js/787.c4e7f8f9.chunk.js

-2
This file was deleted.

client/build/static/js/787.c4e7f8f9.chunk.js.map

-1
This file was deleted.

client/build/static/js/main.02a41ef9.js

-3
This file was deleted.

0 commit comments

Comments
 (0)