Prettier format invocation

This commit is contained in:
2023-11-24 17:37:32 -06:00
parent 6d669660f5
commit 07336e48ed
2 changed files with 9 additions and 26 deletions

View File

@@ -3,18 +3,10 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@styles/*": [
"src/styles/*"
],
"@layouts/*": [
"src/layouts/*"
],
"@posts/*": [
"src/pages/posts/*"
],
"@components/*": [
"src/components/*"
]
"@styles/*": ["src/styles/*"],
"@layouts/*": ["src/layouts/*"],
"@posts/*": ["src/pages/posts/*"],
"@components/*": ["src/components/*"]
}
}
}