16 lines
335 B
JSON
16 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
|
|
}
|
|
}
|