chore(codestyle): cleanup and reformat

This commit is contained in:
Bastian Ike
2022-09-13 11:18:36 +02:00
committed by Bastian
parent 6081f1edbb
commit 37c43712d1
56 changed files with 1142 additions and 560 deletions

View File

@@ -29,7 +29,6 @@
"@types/d3": "7.4.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.0.1",
"@types/node": "17.0.33",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@types/sanitize-html": "2.6.2",
@@ -57,9 +56,14 @@
"yaml": "2.1.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "3.3.0",
"@types/marked": "4.0.7",
"@types/node": "18.7.17",
"@typescript-eslint/parser": "5.37.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"yallist": "4.0.0"
},