File tree 4 files changed +35
-24
lines changed
4 files changed +35
-24
lines changed Original file line number Diff line number Diff line change 1
- * .code-snippets
1
+ * .code-snippets
2
+ CHANGELOG.md
Original file line number Diff line number Diff line change
1
+ [install ]
2
+ exact = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-3-vscode-snippets" ,
3
3
"displayName" : " Vue 3 VS Code Snippets" ,
4
- "description" : " Vue 3 snippets for VS Code" ,
5
- "icon" : " images/vue-logo.png" ,
6
4
"version" : " 0.6.0" ,
7
- "publisher" : " exer7um" ,
5
+ "description" : " Vue 3 snippets for VS Code" ,
6
+ "categories" : [
7
+ " Snippets"
8
+ ],
9
+ "keywords" : [
10
+ " Vue" ,
11
+ " Vue 3" ,
12
+ " Nuxt" ,
13
+ " Nuxt 3" ,
14
+ " Pinia" ,
15
+ " Vue Snippets" ,
16
+ " Vue 3 snippets" ,
17
+ " Nuxt snippets" ,
18
+ " Nuxt 3 snippets" ,
19
+ " Pinia snippets" ,
20
+ " Composition API"
21
+ ],
8
22
"repository" : {
9
23
"type" : " git" ,
10
24
"url" : " https://github.com/ExEr7um/vue3-vscode-snippets.git"
31
45
"url" : " https://github.com/pixel-fabian"
32
46
}
33
47
],
34
- "engines" : {
35
- "vscode" : " ^1.69.0"
48
+ "publisher" : " exer7um" ,
49
+ "scripts" : {
50
+ "prettier" : " prettier --check --ignore-unknown --no-error-on-unmatched-pattern *" ,
51
+ "prettier:write" : " prettier --write --ignore-unknown --no-error-on-unmatched-pattern *"
36
52
},
37
- "keywords" : [
38
- " Vue" ,
39
- " Vue 3" ,
40
- " Nuxt" ,
41
- " Nuxt 3" ,
42
- " Pinia" ,
43
- " Vue Snippets" ,
44
- " Vue 3 snippets" ,
45
- " Nuxt snippets" ,
46
- " Nuxt 3 snippets" ,
47
- " Pinia snippets" ,
48
- " Composition API"
49
- ],
50
- "categories" : [
51
- " Snippets"
52
- ],
53
53
"contributes" : {
54
54
"snippets" : [
55
55
{
149
149
"path" : " ./snippets/vitest/nuxt.code-snippets"
150
150
}
151
151
]
152
- }
153
- }
152
+ },
153
+ "prettier" : " @exer7um/prettier-config" ,
154
+ "devDependencies" : {
155
+ "@exer7um/prettier-config" : " 0.4.2"
156
+ },
157
+ "engines" : {
158
+ "vscode" : " ^1.69.0"
159
+ },
160
+ "icon" : " images/vue-logo.png"
161
+ }
You can’t perform that action at this time.
0 commit comments