mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
fix: config sync issues
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user