Skip to content

Instantly share code, notes, and snippets.

@victorbruce
Created July 5, 2022 17:35
Show Gist options
  • Save victorbruce/ea4a4ae46d12f75777ed000605577e90 to your computer and use it in GitHub Desktop.
Save victorbruce/ea4a4ae46d12f75777ed000605577e90 to your computer and use it in GitHub Desktop.
basic prettier rules to ensure consistent code formatting
{
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment