aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7bc0a30f9..081b05b38 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,7 +8,5 @@
},
"editor.formatOnSave": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
- "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
- "python.linting.pylintEnabled": true,
- "python.linting.enabled": true,
-} \ No newline at end of file
+ "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true
+}