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

2
.gitignore vendored
View File

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

View File

@ -118,4 +118,4 @@
"include": [ "include": [
"src" "src"
] ]
} }

22697
yarn.lock

File diff suppressed because it is too large Load Diff