Skip to content

Instantly share code, notes, and snippets.

View brunogirome's full-sized avatar

Bruno Girome brunogirome

View GitHub Profile
@brunogirome
brunogirome / .settings.json
Last active June 7, 2021 02:09
Vscode Settings
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
// Eslint & Prettier confgs
"eslint.packageManager": "yarn",