1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00
mon-entreprise/.vscode/settings.json
2021-05-05 15:34:46 +02:00

15 lines
335 B
JSON

{
"editor.formatOnSave": true,
"spellright.language": ["fr", "en"],
"spellright.documentTypes": ["yaml", "git-commit", "markdown"],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"eslint.enable": true,
"cSpell.words": [
"mycompanyinfrance",
"smarttag"
],
"search.exclude": {
"**/dist": true
}
}