Skip to content

Instantly share code, notes, and snippets.

@Larsklopstra
Last active November 2, 2020 11:19
Show Gist options
  • Save Larsklopstra/cab62144e2b3c0829ff07989064b8a69 to your computer and use it in GitHub Desktop.
Save Larsklopstra/cab62144e2b3c0829ff07989064b8a69 to your computer and use it in GitHub Desktop.
module.exports = {
arrowParens: 'avoid',
tabWidth: 2,
printWidth: 100,
vueIndentScriptAndStyle: false,
quoteProps: 'consistent',
semi: false,
singleQuote: true,
trailingComma: 'all',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment