Skip to content

Instantly share code, notes, and snippets.

@otodockal
Created April 27, 2025 08:39
Show Gist options
  • Save otodockal/2f6baca7cdb1e10f04935a8731cc8ac3 to your computer and use it in GitHub Desktop.
Save otodockal/2f6baca7cdb1e10f04935a8731cc8ac3 to your computer and use it in GitHub Desktop.
jsx prettier
{
"arrowParens": "always",
"printWidth": 100,
"singleQuote": true,
"jsxSingleQuote": false,
"semi": true,
"trailingComma": "all",
"tabWidth": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment