Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorZhurbin authored and brianzinn committed Jan 9, 2025
1 parent 24e6477 commit 9c6baf8
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4,854 deletions.
11 changes: 10 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"semi": false
"semi": false,
"overrides": [
{
"files": ["*.md", "*.mdx"],
"options": {
"printWidth": 80,
"proseWrap": "always"
}
}
]
}
3 changes: 1 addition & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
"cannon": "0.6.2",
"earcut": "2.2.4",
"react-babylonjs": "3.2.2"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 9c6baf8

Please sign in to comment.