Skip to content

Commit

Permalink
fix playground (#533)
Browse files Browse the repository at this point in the history
* fix playground

* eh

* css

* prettier

* move some stuff around to format appropriately

* fix types

* round

* remove test page

* make scrolling turn off eventually
  • Loading branch information
codekansas authored Nov 5, 2024
1 parent 16c984b commit d5b1348
Show file tree
Hide file tree
Showing 40 changed files with 2,353 additions and 3,497 deletions.
3 changes: 2 additions & 1 deletion frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ignore codegen files
src/gen/
src/klang_parser/pkg/klang_parser_bg.wasm.d.ts
src/lib/klang/
src/lib/mujoco/
2 changes: 2 additions & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export default [
"**/__tests__/**/*",
"*.config.ts",
"*.config.js",
"src/lib/mujoco/**/*",
"src/lib/klang/**/*",
],
},
pluginJs.configs.recommended,
Expand Down
Loading

0 comments on commit d5b1348

Please sign in to comment.