diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a58cba0..c24e6d71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ ".prettierrc": "jsonc", ".eslintignore": "ignore" }, - + "eslint.validate": [ "javascript", "javascriptreact", @@ -26,5 +26,6 @@ "test/**/__snapshots__": true, "package-lock.json": true, "*.{css,sass,scss}.d.ts": true - } + }, + "editor.detectIndentation": false }