Commit des paramètres VS Code

pull/607/head
Maxime Quandalle 2019-07-09 11:09:37 +02:00
parent 62d3426a9b
commit 5cef59ceb4
2 changed files with 13 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"recommendations": [
"flowtype.flow-for-vscode",
"esbenp.prettier-vscode",
"ban.spellright",
"jpoissonnier.vscode-styled-components"
]
}

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"spellright.language": ["fr"],
"spellright.documentTypes": ["yaml"]
}