17 lines
363 B
JSON
17 lines
363 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.detectIndentation": false,
|
|
"search.exclude": {
|
|
"package-lock.json": true
|
|
},
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.addMissingImports": "explicit",
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"cSpell.words": [
|
|
"orbis"
|
|
]
|
|
}
|