From 0182c61aec6e9f089bca18a3e8167290658f35ac Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 7 Dec 2025 00:42:00 +0200 Subject: [PATCH] chore(vscode): mark all eslint rules as warnings --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c6d55c65..2eaee6a3b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,5 +36,8 @@ "docs/**/*.png": true, "apps/server/src/assets/doc_notes/**": true, "apps/edit-docs/demo/**": true - } + }, + "eslint.rules.customizations": [ + { "rule": "*", "severity": "warn" } + ] } \ No newline at end of file