fix(deps): update dependency prettier to ^3.2.4 (#37)

* fix(deps): update dependency prettier to ^3.2.4

* fix: formatting issues

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2024-02-04 09:03:22 +01:00
committed by GitHub
parent d73e7a3c3f
commit 9aaec5495d
22 changed files with 57 additions and 56 deletions

View File

@@ -59,7 +59,7 @@
"@types/react-dom": "^18.2.18",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"prettier": "^3.1.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"eslintConfig": {

View File

@@ -3,15 +3,15 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
"~/*": ["./src/*"],
},
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
},
"include": [".", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}