mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-05 19:22:07 +00:00
14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.expand": false,
|
|
"explorer.fileNesting.patterns": {
|
|
"eslint.config.js": "eslint.*.js",
|
|
},
|
|
"editor.tabSize": 2,
|
|
"files.eol": "\n",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
}
|