From 220311f27f3cc1a2b96656b889b3dfaef0a4c50c Mon Sep 17 00:00:00 2001 From: beefchimi Date: Tue, 30 Jul 2024 21:18:39 -0400 Subject: [PATCH] :alembic: [Temp] Updates to the notes markdown --- TEMP.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/TEMP.md b/TEMP.md index 4970b5c..4f54603 100644 --- a/TEMP.md +++ b/TEMP.md @@ -148,8 +148,17 @@ tsconfig.*.json ### Issues +- Can import order be improved to be relative paths at the bottom? +- Restore `"earwurm": "workspace:*",` within `website > package.json` once we get it working. - `.ts` within markdown does not appear to work. Getting errors for type declarations. - Remove all instances of ``. - Check in on instances of `// eslint-disable-next-line ts/return-await` - Fix broken `if/else` statements. -- if conditions with `|| / &&` broken onto multiple lines should have these operators as teh endo f the line, not the beginning. + - Search for `else` with spaces. + +### Test + +```vue +import Thumbnail from '@/components/Thumbnail.vue'; + +```