2
2
mirror of https://github.com/Thream/website.git synced 2024-07-21 09:28:32 +02:00
website/.vscode/settings.json

15 lines
402 B
JSON
Raw Permalink Normal View History

2021-10-24 05:48:06 +02:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.configPath": ".prettierrc.json",
2022-03-21 16:12:22 +01:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
2021-10-24 05:48:06 +02:00
"editor.bracketPairColorization.enabled": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-28 05:12:38 +01:00
"source.fixAll": "explicit"
2023-04-03 00:11:19 +02:00
},
"eslint.options": {
"ignorePath": ".gitignore"
},
"prettier.ignorePath": ".gitignore"
2021-10-24 05:48:06 +02:00
}