Skip to content

Instantly share code, notes, and snippets.

@jbenner-radham
Created August 25, 2025 19:10
Show Gist options
  • Save jbenner-radham/865c8412c6041c8d7ad91cb150d1881d to your computer and use it in GitHub Desktop.
Save jbenner-radham/865c8412c6041c8d7ad91cb150d1881d to your computer and use it in GitHub Desktop.
/**
* @see https://prettier.io/docs/configuration
* @type {import('prettier').Config}
*/
const config = {
arrowParens: 'avoid',
quoteProps: 'as-needed',
singleQuote: true,
trailingComma: 'none'
};
export default config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment