1
Fork 0

Add linter XO configuration.

This commit is contained in:
Bauke 2022-10-27 11:31:18 +02:00
parent 0b88be14c2
commit f8fd1380bd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,8 @@
"todo-tree.highlights.enabled": false,
// Redhat
"redhat.telemetry.enabled": false,
// Linter XO (ID: samverschueren.linter-xo).
"xo.format.enable": true,
/* Language-specific overrides. */
"[html]": {
"editor.wordWrap": "on",
@ -172,6 +174,10 @@
"editor.defaultFormatter": "stylelint.vscode-stylelint",
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "samverschueren.linter-xo",
"editor.formatOnSave": true
},
"[xml]": {
"editor.wordWrap": "on"
}