Skip to content

Instantly share code, notes, and snippets.

@restuu
Created April 24, 2020 04:49
Show Gist options
  • Save restuu/30fea61b462f617b00d28e5c71d04661 to your computer and use it in GitHub Desktop.
Save restuu/30fea61b462f617b00d28e5c71d04661 to your computer and use it in GitHub Desktop.
prettier config
{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment