Skip to content

Commit 85e3aff

Browse files
committed
feat: ⬆️ upgrade deps, and add QoL options
fix `onDev` option; add option (`injectReporting`) to disable skipping `Report` directives by default in injection; upgrade dependencies fixes #5 ; fixes #4
1 parent 768526c commit 85e3aff

9 files changed

+7772
-7240
lines changed

Diff for: config/.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"rules": {
1616
"no-console": "warn",
1717
"no-debugger": "warn",
18-
"space-before-function-paren": "warn",
18+
"space-before-function-paren": "off",
1919
"comma-dangle": [
2020
"warn",
2121
"always-multiline"

0 commit comments

Comments
 (0)