swap out monaco and babel-walk with codemirror and @babel/traverse

This commit is contained in:
Chad Freeman 2025-01-12 20:25:21 -05:00
parent ec05b76078
commit 9da49ee124
24 changed files with 478 additions and 291 deletions

View file

@ -1,6 +1,7 @@
{
"useTabs": true,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],