Skip to content

Instantly share code, notes, and snippets.

@joshnavdev
Last active November 3, 2022 22:46
Prettier basic configuration
{
"semi": true,
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"bracketSameLine": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment