2020-05-17 22:57:28 +00:00
|
|
|
{
|
|
|
|
"eslint.options": {},
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"typescript",
|
|
|
|
],
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
|
|
|
|
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
|
|
|
|
"javascript.format.insertSpaceAfterConstructor": true,
|
|
|
|
"typescript.format.insertSpaceAfterConstructor": true,
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
2020-11-04 23:22:41 +00:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2020-05-17 22:57:28 +00:00
|
|
|
}
|