Skip to content

Commit 46f484c

Browse files
authored
chore: format JSON, YAML, and Markdown (#4310)
1 parent 65764d5 commit 46f484c

26 files changed

+77
-146
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
{
2-
"build": {
3-
"dockerfile": "Dockerfile"
4-
},
5-
"containerEnv": {
6-
"HOME": "/home/node"
7-
},
8-
"customizations": {
9-
"vscode": {
10-
"settings": {
11-
"deno.enable": false,
12-
"eslint.validate": [
13-
"javascript",
14-
"javascriptreact",
15-
"typescript",
16-
"typescriptreact"
17-
],
18-
"editor.codeActionsOnSave": {
19-
"source.fixAll.eslint": "explicit"
20-
}
21-
},
22-
"extensions": [
23-
"dbaeumer.vscode-eslint",
24-
"esbenp.prettier-vscode"
25-
]
2+
"build": {
3+
"dockerfile": "Dockerfile"
4+
},
5+
"containerEnv": {
6+
"HOME": "/home/node"
7+
},
8+
"customizations": {
9+
"vscode": {
10+
"settings": {
11+
"deno.enable": false,
12+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
13+
"editor.codeActionsOnSave": {
14+
"source.fixAll.eslint": "explicit"
2615
}
16+
},
17+
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
2718
}
19+
}
2820
}

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- name: Setup
2+
- name: Setup
33
init: bun install --no-save
44
image:
55
file: ./.devcontainer/Dockerfile

.vscode/settings.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"deno.enable": false,
3-
"eslint.validate": [
4-
"javascript",
5-
"javascriptreact",
6-
"typescript",
7-
"typescriptreact"
8-
],
3+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
94
"editor.codeActionsOnSave": {
105
"source.fixAll.eslint": "explicit"
116
},
127
"typescript.tsdk": "node_modules/typescript/lib"
13-
}
8+
}

benchmarks/deno/.vscode/settings.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"eslint.validate": [
3-
"javascript",
4-
"javascriptreact",
5-
"typescript",
6-
"typescriptreact"
7-
],
2+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
83
"editor.codeActionsOnSave": {
94
"source.fixAll.eslint": true
105
},
116
"deno.enable": true
12-
}
7+
}

benchmarks/handle-event/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"sunder": "^0.10.1",
1919
"worktop": "^0.7.3"
2020
}
21-
}
21+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"compilerOptions": {
3-
"jsx": "react-jsx",
3+
"jsx": "react-jsx"
44
}
5-
}
5+
}

benchmarks/jsx/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"compilerOptions": {
3-
"jsx": "react",
3+
"jsx": "react"
44
}
5-
}
5+
}
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"eslint.validate": [
3-
"javascript",
4-
"javascriptreact",
5-
"typescript",
6-
"typescriptreact"
7-
],
2+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
83
"editor.codeActionsOnSave": {
94
"source.fixAll.eslint": true
105
},
116
"deno.enable": true
12-
}
7+
}

benchmarks/routers-deno/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"imports": {
33
"npm/": "https://unpkg.com/"
44
}
5-
}
5+
}

benchmarks/routers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"rou3": "^0.1.0",
2222
"trek-router": "^1.2.0"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)