Skip to content

Commit

Permalink
Update various packages minor versions (#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Sep 15, 2023
1 parent 6893314 commit 92ed4f3
Show file tree
Hide file tree
Showing 2 changed files with 1,081 additions and 1,176 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"no-var": [1],
"one-var": [0],
"max-len": [0, { "code": 140, "ignoreUrls": true }],
"comma-dangle": ["error", "always-multiline"]
"comma-dangle": ["error", "always-multiline"],
"arrow-parens": 1
}
}
Loading

0 comments on commit 92ed4f3

Please sign in to comment.