Skip to content

Commit 102669b

Browse files
committed
feat: add UserActionInstrumentation
1 parent d4f5795 commit 102669b

26 files changed

+3381
-128
lines changed

biome.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"linter": {
1616
"enabled": true,
1717
"rules": {
18-
"recommended": true
18+
"recommended": true,
19+
"style": {
20+
"useBlockStatements": "error"
21+
}
1922
}
2023
},
2124
"javascript": {

0 commit comments

Comments
 (0)