16 lines
760 B
JSON
16 lines
760 B
JSON
{
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"eslint.nodePath": ".yarn/sdks",
|
|
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
|
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"importSorter.generalConfiguration.sortOnBeforeSave": true,
|
|
"importSorter.importStringConfiguration.maximumNumberOfImportExpressionsPerLine.type": "newLineEachExpressionAfterCountLimitExceptIfOnlyOne",
|
|
"importSorter.importStringConfiguration.maximumNumberOfImportExpressionsPerLine.count": 120,
|
|
"importSorter.importStringConfiguration.tabSize": 4,
|
|
"importSorter.importStringConfiguration.quoteMark": "double",
|
|
"importSorter.importStringConfiguration.trailingComma": "multiLine"
|
|
}
|