diff --git a/.vscode/settings.json b/.vscode/settings.json index f6d465a3..3412d784 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,5 +37,8 @@ "isort.args":["--profile", "black"], "flake8.args": [ "--ignore=E501,W503" - ] + ], + "eslint.options": { + "reportUnusedDisableDirectives": "error" + }, }