Skip to content

Instantly share code, notes, and snippets.

@binjospookie
Created April 24, 2019 13:20
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 binjospookie/11cc8fc114f835eaa4580feb040b7a33 to your computer and use it in GitHub Desktop.
Save binjospookie/11cc8fc114f835eaa4580feb040b7a33 to your computer and use it in GitHub Desktop.
module.exports = {
printWidth: 120,
parser: 'typescript',
useTabs: false,
singleQuote: true,
trailingComma: 'all',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment