Skip to content

Commit 6c8709a

Browse files
committed
setup prettier under vscode
1 parent 554853e commit 6c8709a

File tree

6 files changed

+1424
-698
lines changed

6 files changed

+1424
-698
lines changed

.github/dependabot.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'npm' # See documentation for possible values
9+
directory: '/' # Location of package manifests
1010
schedule:
11-
interval: "monthly"
12-
day: "sunday"
11+
interval: 'monthly'
12+
day: 'sunday'
1313
allow:
1414
# Allow updates for dpecific dependencies
15-
- dependency-name: "jsondiffpatch"
16-
- dependency-name: "vue"
15+
- dependency-name: 'jsondiffpatch'
16+
- dependency-name: 'vue'

0 commit comments

Comments
 (0)