Skip to content

Commit

Permalink
⚗️ [Temp] Updates to the notes markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 31, 2024
1 parent 798978f commit 220311f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion TEMP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<!-- eslint-skip -->`.
- 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';
<Thumbnail />
```

0 comments on commit 220311f

Please sign in to comment.