{
"editor.formatOnSave": true,
"spellright.language": [
"fr"
],
"spellright.documentTypes": [
"yaml",
"git-commit"
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}