chore: add linting config

This commit is contained in:
Sam Potts
2025-09-26 10:18:58 +10:00
parent a3f9630bd1
commit 1f53a52a5f
7 changed files with 4682 additions and 155 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"hyrious.import-cost",
"streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint"
]
}