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