Skip to content

Instantly share code, notes, and snippets.

@soenkekluth
Created April 24, 2023 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soenkekluth/ecbbe4118373ce67df45f825064a0108 to your computer and use it in GitHub Desktop.
Save soenkekluth/ecbbe4118373ce67df45f825064a0108 to your computer and use it in GitHub Desktop.
project settings.json for .vscode
{
"eslint.format.enable": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
},
"files.associations": {
"*.js": "javascriptreact"
},
"prettier.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.workingDirectories": ["./website"],
"[markdown]": {
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment