Skip to content

Instantly share code, notes, and snippets.

@hericke47
Last active June 30, 2021 14:42
Show Gist options
  • Save hericke47/a28d064ad017871f46cfdc6dd3a50340 to your computer and use it in GitHub Desktop.
Save hericke47/a28d064ad017871f46cfdc6dd3a50340 to your computer and use it in GitHub Desktop.
Prettier
module.exports = {
singleQuote: true,
trailingComma: 'es5',
bracketSpacing: true,
tabWidth: 2,
useTabs: true,
printWidth: 80,
tabWidth: 0,
arrowParens: "always",
requirePragma: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment