chore: add prettierrc, ignore bindings

This commit is contained in:
2025-07-14 13:44:28 -05:00
parent 2f41943959
commit 12130869ef

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"ignore": ["src/bindings.ts"],
"useTabs": true,
"tabWidth": 2
}