Skip to content

Commit

Permalink
rm space from before children
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Feb 9, 2024
1 parent bef8c58 commit f473795
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -28,7 +35,7 @@
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
},
"mdx.experimentalLanguageServer": true,
Expand All @@ -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"
}
}

0 comments on commit f473795

Please sign in to comment.