Skip to content

Commit

Permalink
feat: ⬆️ upgrade deps, and add QoL options
Browse files Browse the repository at this point in the history
fix `onDev` option; add option (`injectReporting`) to disable skipping `Report` directives by default in injection; upgrade dependencies

fixes #5 ; fixes #4
  • Loading branch information
josh-hemphill committed May 20, 2022
1 parent 768526c commit 85e3aff
Show file tree
Hide file tree
Showing 9 changed files with 7,772 additions and 7,240 deletions.
2 changes: 1 addition & 1 deletion config/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"rules": {
"no-console": "warn",
"no-debugger": "warn",
"space-before-function-paren": "warn",
"space-before-function-paren": "off",
"comma-dangle": [
"warn",
"always-multiline"
Expand Down
Loading

0 comments on commit 85e3aff

Please sign in to comment.