mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
24 lines
425 B
Text
24 lines
425 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "client"
|
|
},
|
|
{
|
|
"path": "server"
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.tabSize": 2,
|
|
"vetur.validation.style": false,
|
|
"headwind.prependCustomClasses": false
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"octref.vetur",
|
|
"dbaeumer.vscode-eslint",
|
|
"stylelint.vscode-stylelint",
|
|
"heybourn.headwind",
|
|
"bradlc.vscode-tailwindcss"
|
|
]
|
|
}
|
|
}
|