mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
15 lines
396 B
JSON
15 lines
396 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": true
|
|
},
|
|
"eslint.options": {
|
|
"ignorePath": ".gitignore"
|
|
},
|
|
"prettier.ignorePath": ".gitignore"
|
|
}
|