mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 16:10:50 +01:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
|
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
|
|
"editor.wordWrap": "on",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.sortJSON": "never",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"git.ignoreLimitWarning": true,
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"emmet.showExpandedAbbreviation": "never",
|
|
"eslint.format.enable": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript"
|
|
],
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"pattern": "./src"
|
|
}
|
|
],
|
|
"javascript.format.enable": false,
|
|
"thunder-client.saveToWorkspace": false,
|
|
"thunder-client.workspaceRelativePath": "."
|
|
}
|