chore: add Node toolchain, archetypes.json, and placeholder images

This commit is contained in:
Keith Solomon
2026-07-12 19:46:29 -05:00
parent 78565cfae9
commit 8eefd749be
10 changed files with 3323 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"env": {
"browser": true,
"es2022": true
},
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
},
"extends": "airbnb-base"
}