We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d102eb commit 6a2e580Copy full SHA for 6a2e580
.prettierrc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "printWidth": 120,
3
+ "tabWidth": 4,
4
+ "endOfLine": "auto",
5
+ "trailingComma": "all"
6
+}
package.json
@@ -24,7 +24,8 @@
24
"bin": "bin/publish-extensions",
25
"main": "publish-extensions",
26
"scripts": {
27
- "publish": "node publish-extensions"
+ "publish": "node publish-extensions",
28
+ "format": "prettier --write ."
29
},
30
"dependencies": {
31
"@vscode/vsce": "^2.18.0",
@@ -36,6 +37,7 @@
36
37
"minimist": "^1.2.5",
38
"octokit": "^3.1.2",
39
"ovsx": "latest",
40
+ "prettier": "^3.2.5",
41
"semver": "^7.1.3"
42
43
"devDependencies": {
0 commit comments