33 lines
608 B
JSON
33 lines
608 B
JSON
{
|
|
"spellright.language": [
|
|
"fr",
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"yaml",
|
|
"git-commit",
|
|
"markdown",
|
|
"publicodes"
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.tabSize": 2,
|
|
"cSpell.words": ["mycompanyinfrance", "smarttag"],
|
|
"search.exclude": {
|
|
"**/dist": true
|
|
},
|
|
"eslint.enable": true,
|
|
"eslint.format.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
],
|
|
"spellright.parserByClass": {
|
|
"publicodes": {
|
|
"parser": "plain"
|
|
}
|
|
}
|
|
}
|