Skip to content

Instantly share code, notes, and snippets.

@rigwild
Last active October 21, 2023 13:53
Show Gist options
  • Save rigwild/89d9116c86f284cccbf4b29ecfaf0331 to your computer and use it in GitHub Desktop.
Save rigwild/89d9116c86f284cccbf4b29ecfaf0331 to your computer and use it in GitHub Desktop.
my prettier config
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"arrowParens": "avoid",
"printWidth": 140
}
module.exports = {
semi: false,
singleQuote: true,
printWidth: 140,
useTabs: false,
trailingComma: 'all',
arrowParens: 'avoid'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment