Skip to content

Instantly share code, notes, and snippets.

@paulredmond
Created January 26, 2020 02:12
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 paulredmond/b17a047edfb61e44402233e1989d1fc1 to your computer and use it in GitHub Desktop.
Save paulredmond/b17a047edfb61e44402233e1989d1fc1 to your computer and use it in GitHub Desktop.
My prettier setup
module.exports = {
semi: false,
singleQuote: true,
trailingComma: "es5",
tabWidth: 2,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment