Skip to content

Instantly share code, notes, and snippets.

@alexander-alegre
Last active May 13, 2020 17:35
Show Gist options
  • Save alexander-alegre/6f2f5fb7be6078831b2907d26c1a15a3 to your computer and use it in GitHub Desktop.
Save alexander-alegre/6f2f5fb7be6078831b2907d26c1a15a3 to your computer and use it in GitHub Desktop.
My default prettier settings for JavaScript
module.exports = {
trailingComma: 'all',
semi: true,
singleQuote: true,
printWidth: 100
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment