feat: update tests

feat: update tests

feat: update tests
This commit is contained in:
2023-05-30 16:12:00 +02:00
parent d6d4f6e5c4
commit 0d60b8bfad
87 changed files with 1021 additions and 823 deletions

View File

@@ -6,12 +6,14 @@
"license": "GPL-3.0-only",
"author": "Thea Schöbl <dev@theaninova.de>",
"devDependencies": {
"@openstapps/tsconfig": "workspace:*",
"@openstapps/eslint-config": "workspace:*",
"@openstapps/prettier-config": "workspace:*",
"@openstapps/eslint-config": "workspace:*"
"@openstapps/tsconfig": "workspace:*"
},
"prettier": "@openstapps/prettier-config",
"eslintConfig": {
"extends": ["@openstapps/eslint-configt"]
"extends": [
"@openstapps/eslint-configt"
]
}
}