This commit is contained in:
Arjun Patel
2026-06-01 12:46:14 -07:00
parent 2fe562ce2b
commit c6354ab0d3
29 changed files with 491 additions and 222 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"jsxSingleQuote": false
}