Skip to content

Instantly share code, notes, and snippets.

@zakariabinsaifullah
Created March 1, 2024 17:30
Show Gist options
  • Save zakariabinsaifullah/7d9e4815ec9d1b5e724231c4d4a4a925 to your computer and use it in GitHub Desktop.
Save zakariabinsaifullah/7d9e4815ec9d1b5e724231c4d4a4a925 to your computer and use it in GitHub Desktop.
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.tslint": "explicit",
"source.organizeImports": "explicit"
},
"eslint.run": "onSave",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"path-autocomplete.extensionOnImport": true,
"path-autocomplete.excludedItems": {
"*/.js": {
"when": "**"
},
"*/.jsx": {
"when": "**"
}
},
"javascript.validate.enable": false,
"typescript.validate.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment