42 lines
799 B
JSON
42 lines
799 B
JSON
{
|
|
"language_servers": [
|
|
"!vtsls",
|
|
"!deno",
|
|
"!tailwindcss-language-server",
|
|
"!biome",
|
|
"..."
|
|
],
|
|
"languages": {
|
|
"CSS": {
|
|
"formatter": null,
|
|
"format_on_save": "off",
|
|
"code_actions_on_format": {
|
|
"source.fixAll.stylelint": true
|
|
}
|
|
},
|
|
"Vue.js": {
|
|
"code_actions_on_format": {
|
|
"source.fixAll.eslint": true,
|
|
"source.organizeImports": false
|
|
},
|
|
"format_on_save": "off",
|
|
"formatter": null,
|
|
"prettier": null
|
|
}
|
|
},
|
|
"lsp": {
|
|
"eslint": {
|
|
"settings": {
|
|
"experimental": {
|
|
"useFlatConfig": true
|
|
},
|
|
"problems": {
|
|
"shortenToSingleLine": true
|
|
}
|
|
}
|
|
},
|
|
"stylelint": {
|
|
"configFile": "cfg/stylelint.config.mjs"
|
|
}
|
|
}
|
|
}
|