mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-15 20:13:35 -06:00
Prettier format invocation
This commit is contained in:
@@ -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/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user