Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerbeggs committed Apr 7, 2020
2 parents 47acaa5 + 660e191 commit 609128b
Show file tree
Hide file tree
Showing 8 changed files with 148,074 additions and 718 deletions.
2 changes: 1 addition & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
update_schedule: "daily"
target_branch: develop
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
useTabs: true,
tabWidth: 2,
trailingComma: "es5",
trailingComma: "all",
printWidth: 125,
overrides: [
{
Expand Down
Loading

0 comments on commit 609128b

Please sign in to comment.