Skip to content

Commit

Permalink
chore: format some json files
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jan 22, 2024
1 parent ddb8a92 commit 325162d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"forwardPorts": [5173],
"portsAttributes": {
"5173": {
"label": "Docs"
}
"label": "Docs",
},
},

// Use 'postCreateCommand' to run commands after the container is created.
Expand All @@ -26,10 +26,10 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"github.vscode-pull-request-github"
]
}
}
"github.vscode-pull-request-github",
],
},
},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down
4 changes: 2 additions & 2 deletions cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"types": ["cypress"],
"esModuleInterop": true,
"noEmit": true,
"resolveJsonModule": true
"resolveJsonModule": true,
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
"resolveJsonModule": true,
},
"exclude": [
"node_modules",
"dist",
// required for the typedoc related tests on macOS #2280
"test/scripts/apidoc/temp"
]
"test/scripts/apidoc/temp",
],
}

0 comments on commit 325162d

Please sign in to comment.