Skip to content

Instantly share code, notes, and snippets.

@nicolasegp
Created March 30, 2022 18:06
Show Gist options
  • Save nicolasegp/2e40239d8b8fa19f20db19e8b175ef26 to your computer and use it in GitHub Desktop.
Save nicolasegp/2e40239d8b8fa19f20db19e8b175ef26 to your computer and use it in GitHub Desktop.
Prettier personal JS/TS
{
"singleQuote": true,
"useTabs": true,
"tabWidth": 4,
"semi": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment