Add Husky pre-commit with eslint and Sentry env convention (M0).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mauricio Barragan
2026-06-10 23:51:52 -06:00
parent fbfa6e3ba6
commit b5ff33d716
7 changed files with 2191 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2
}