2021-04-20 05:18:03 +02:00
|
|
|
{
|
2021-05-08 19:52:04 +02:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2021-12-04 15:52:51 +01:00
|
|
|
"editor.bracketPairColorization.enabled": true,
|
2021-05-08 19:52:04 +02:00
|
|
|
"prettier.configPath": ".prettierrc.json",
|
2021-12-04 15:52:51 +01:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
2021-05-08 19:52:04 +02:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-28 06:21:24 +01:00
|
|
|
"source.fixAll": "explicit"
|
2023-04-02 22:44:09 +02:00
|
|
|
},
|
|
|
|
"eslint.options": {
|
|
|
|
"ignorePath": ".gitignore"
|
|
|
|
},
|
|
|
|
"prettier.ignorePath": ".gitignore"
|
2021-04-20 05:18:03 +02:00
|
|
|
}
|