Configure markdownlint for posts

This commit is contained in:
Erica Marigold 2024-07-05 17:18:56 +05:30
parent fe82dc3ef3
commit 62b5df194a
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,7 @@
{
"recommendations": ["biomejs.biome", "astro-build.astro-vscode"]
"recommendations": [
"biomejs.biome",
"astro-build.astro-vscode",
"davidanson.markdownlint"
]
}

View file

@ -8,6 +8,8 @@ category: 'Languages'
draft: true
---
<!-- markdownlint-disable MD033 -->
Have you ever felt that you live in a loop? Thats how I feel - every time I open tech twitter (no, I am not going to call it X). There are several “programming meme” accounts which seem to regurgitate the same few jokes on a regular basis, to the point that Im convinced theyre all AI. One of these overused meme formats is related to JavaScript, criticising its poor design choices which lead to various pitfalls a developer can face. Ive never seen people offer solutions to these, so this blog post attempts to do so with a promising alternative to JavaScript: [Luau]([https://luau-lang.org](https://luau-lang.org)).
## What is Luau?