Skip to content

Commit 535c2a8

Browse files
authored
feat: add UserActionInstrumentation (#35)
* feat: add UserActionInstrumentation for click events
1 parent f3eeb90 commit 535c2a8

28 files changed

+3973
-153
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)