mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"prettier.configPath": ".prettierrc.json",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"eslint.options": {
|
|
"ignorePath": ".gitignore"
|
|
},
|
|
"prettier.ignorePath": ".gitignore"
|
|
}
|