Skip to content

Instantly share code, notes, and snippets.

@MinHyeok-lee1
Created October 1, 2025 03:00
Show Gist options
  • Select an option

  • Save MinHyeok-lee1/94344e473492db07f33c6770bef85eb5 to your computer and use it in GitHub Desktop.

Select an option

Save MinHyeok-lee1/94344e473492db07f33c6770bef85eb5 to your computer and use it in GitHub Desktop.
.prettierrc.json Template (JS/TS Standard)
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment