Created
March 1, 2024 17:30
-
-
Save zakariabinsaifullah/7d9e4815ec9d1b5e724231c4d4a4a925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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