fix: config sync issues

This commit is contained in:
2024-08-14 09:51:02 +02:00
parent 5ef69a163a
commit ae6dda30c6
13 changed files with 294 additions and 16 deletions

View File

@@ -42,6 +42,14 @@
"command": "clippy" // rust-analyzer.check.command (default: "check")
}
}
},
"eslint": {
"settings": {
"rulesCustomizations": [
// set all eslint errors/warnings to show as warnings
{ "rule": "*", "severity": "warn" }
]
}
}
}
}