Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Created February 22, 2018 11:02
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 aaronfrost/db3da3af14e3240f7736129e6cad8085 to your computer and use it in GitHub Desktop.
Save aaronfrost/db3da3af14e3240f7736129e6cad8085 to your computer and use it in GitHub Desktop.
// The values provided below are the defaults.
// If you don't specify one of these properties,
// the default value will be applied.
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: true,
semi: true,
singleQuote: false,
trailingComma: 'none', // other options `es5` or `all`
bracketSpacing: true,
arrowParens: 'avoid', // other option 'always'
parser: 'typescript',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment