Skip to content

Commit

Permalink
πŸ”§ chore: use preset
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Mar 1, 2022
1 parent 55add79 commit 4cf83d2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// https://docs.renovatebot.com/configuration-options/
{
extends: ['config:base'],
labels: ['dependencies'],
pin: false,
commitMessagePrefix: '⬆️ deps: ',
extends: ["github>SigureMo/renovate-config"],
}
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"options": {
"tabWidth": 3
}
},
{
"files": "*.json5",
"options": {
"singleQuote": false
}
}
]
}
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-go-top
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-meting
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-ribbon

0 comments on commit 4cf83d2

Please sign in to comment.