We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c8dec commit f76b7e9Copy full SHA for f76b7e9
.vscode/extensions.json
@@ -0,0 +1,3 @@
1
+{
2
+ "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
3
+}
.vscode/settings.json
@@ -1,5 +1,10 @@
{
"yaml.schemas": {
- "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
4
- }
+ "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml",
+ "https://json.schemastore.org/github-workflow.json": ".github/workflows/**/*.yml"
5
+ },
6
+ "eslint.format.enable": true,
7
+ "editor.formatOnSave": true,
8
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
9
+ "typescript.tsdk": "node_modules/typescript/lib"
10
}
0 commit comments