Skip to content

Instantly share code, notes, and snippets.

@diegomais
Created August 28, 2020 18:20
Show Gist options
  • Save diegomais/8fb7e98989d72105346feb16e3049710 to your computer and use it in GitHub Desktop.
Save diegomais/8fb7e98989d72105346feb16e3049710 to your computer and use it in GitHub Desktop.
Prettier with Standard Style Guide
module.exports = {
semi: false,
singleQuote: true,
arrowParens: 'avoid',
trailingComma: 'none',
endOfLine: 'auto'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment