Skip to content

Instantly share code, notes, and snippets.

@svale
Created December 6, 2019 10:07
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 svale/fed9349e824f8ed7269a239f9a100fe1 to your computer and use it in GitHub Desktop.
Save svale/fed9349e824f8ed7269a239f9a100fe1 to your computer and use it in GitHub Desktop.
My default prettier config
module.exports = {
singleQuote: true,
semi:false,
printWidth: 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment