meta file updates

This commit is contained in:
Erik 2024-01-15 16:07:49 +02:00
parent 6cc3ae323f
commit 9b82990a7b
6 changed files with 13482 additions and 9481 deletions

View File

@ -28,7 +28,9 @@
"warn",
"allman"
],
"indent": "warn",
"indent": ["warn", 4, {
"SwitchCase": 1
}],
"no-warning-comments": [1, {
"terms": ["todo", "fixme"]
}],
@ -71,11 +73,14 @@
],
"comma-style": "warn",
"no-console": "warn",
"no-constant-binary-expression": "error",
"no-trailing-spaces": "warn",
"quotes": ["error" , "single"],
"guard-for-in": "warn",
"yoda": [
"warn",
"never"
]
],
"wrap-regex": "error"
}
}

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*
# testing
/coverage

3
.yarnrc.yml Normal file
View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
npmRegistryServer: "https://registry.corgi.wtf"

View File

@ -1,13 +1,17 @@
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@navy.gif/timestring": "^6.0.6",
"@types/node": "^18.15.11",
"@types/react": "^18.0.37",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.0.11",
"humanize-duration": "^3.31.0",
"izitoast-react": "^1.0.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
@ -19,6 +23,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/humanize-duration": "^3",
"@types/jest": "^29.5.1",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
@ -48,5 +53,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"packageManager": "yarn@4.0.2"
}

22697
yarn.lock

File diff suppressed because it is too large Load Diff