Skip to content

Instantly share code, notes, and snippets.

@M-ZubairAhmed
Created May 2, 2019 15:21
Show Gist options
  • Save M-ZubairAhmed/1b1adfc17f0ddb0549fef137a38beb90 to your computer and use it in GitHub Desktop.
Save M-ZubairAhmed/1b1adfc17f0ddb0549fef137a38beb90 to your computer and use it in GitHub Desktop.
My default personal opiniated prettier config
module.exports = {
endOfLine: 'lf',
semi: false,
singleQuote: true,
tabWidth: 2,
printWidth: 80,
trailingComma: 'all',
jsxBracketSameLine: true,
arrowParens: 'always',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment