22 lines
581 B
JSON
22 lines
581 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"stylelint.validate": [
|
|
"css",
|
|
"less",
|
|
"scss",
|
|
"postcss",
|
|
"react",
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
|
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
|
|
} |