Skip to content

Commit cdb11ee

Browse files
committed
chore(code): cleanup
1 parent 1cb3cae commit cdb11ee

File tree

9 files changed

+309
-206
lines changed

9 files changed

+309
-206
lines changed

.prettierrc

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
tabWidth: 4
1+
{
2+
"semi": true,
3+
"trailingComma": "all",
4+
"singleQuote": true,
5+
"printWidth": 120,
6+
"tabWidth": 4
7+
}

package-lock.json

+222
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
],
2727
"dependencies": {},
2828
"devDependencies": {
29-
"@types/react": "^16.9.49",
30-
"@types/react-dom": "^16.9.8",
31-
"@types/react-router-dom": "^5.1.5",
32-
"react": "^16.13.1",
33-
"react-dom": "^16.13.1",
34-
"react-router-dom": "^5.2.0",
3529
"@commitlint/cli": "^9.1.2",
3630
"@commitlint/config-conventional": "^9.1.2",
3731
"@fortawesome/fontawesome-free": "^5.13.0",
@@ -42,6 +36,9 @@
4236
"@types/lodash": "^4.14.155",
4337
"@types/luaparse": "^0.2.6",
4438
"@types/notyf": "^3.0.0",
39+
"@types/react": "^16.9.49",
40+
"@types/react-dom": "^16.9.8",
41+
"@types/react-router-dom": "^5.1.5",
4542
"@types/reconnectingwebsocket": "^1.0.4",
4643
"@types/superagent": "^4.1.7",
4744
"@types/webpack-env": "^1.15.2",
@@ -55,7 +52,10 @@
5552
"css-loader": "^3.5.3",
5653
"d3": "^5.16.0",
5754
"eslint": "^6.8.0",
55+
"eslint-config-prettier": "^6.11.0",
5856
"eslint-config-react": "^1.1.7",
57+
"eslint-plugin-prettier": "^3.1.4",
58+
"eslint-plugin-react": "^7.20.6",
5959
"file-loader": "^6.1.0",
6060
"fork-ts-checker-webpack-plugin": "^4.1.6",
6161
"html-webpack-plugin": "^4.3.0",
@@ -64,6 +64,9 @@
6464
"mini-css-extract-plugin": "^0.9.0",
6565
"notyf": "^3.9.0",
6666
"prettier": "^2.1.1",
67+
"react": "^16.13.1",
68+
"react-dom": "^16.13.1",
69+
"react-router-dom": "^5.2.0",
6770
"reconnecting-websocket": "^4.4.0",
6871
"release-it": "^13.7.1",
6972
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)