Skip to content

Instantly share code, notes, and snippets.

@manueldevjour
Last active March 19, 2023 23:21
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 manueldevjour/3bf77efe6d4232b0acea719c9c6e042c to your computer and use it in GitHub Desktop.
Save manueldevjour/3bf77efe6d4232b0acea719c9c6e042c to your computer and use it in GitHub Desktop.
Own Prettierrc file I use
module.exports = {
trailingComma: 'none',
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 120,
bracketSpacing: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment