From f473795f067634423c014d78c2ed66ed055878e0 Mon Sep 17 00:00:00 2001 From: dreamwasp Date: Fri, 9 Feb 2024 10:44:24 -0500 Subject: [PATCH] rm space from before children --- .vscode/settings.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cea1d399a6..feaa5f7993 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,14 @@ { "eslint.options": { "overrideConfigFile": "./.eslintrc.js", - "extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx"] + "extensions": [ + ".js", + ".jsx", + ".md", + ".mdx", + ".ts", + ".tsx" + ] }, "eslint.probe": [ "mdx", @@ -28,7 +35,7 @@ "editor.wordWrap": "wordWrapColumn", "editor.wordWrapColumn": 120, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" } }, "mdx.experimentalLanguageServer": true, @@ -37,8 +44,8 @@ }, "typescript.tsdk": "node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "storyExplorer.storiesGlobs": "packages/styleguide/stories/**/*.stories.mdx", "jest.jestCommandLine": "node_modules/.bin/jest" -} +} \ No newline at end of file