Skip to content

Instantly share code, notes, and snippets.

@eesa1980
Last active May 13, 2022 10:12
Show Gist options
  • Save eesa1980/9f813284ccf5afda1d36eb2bd4e78a64 to your computer and use it in GitHub Desktop.
Save eesa1980/9f813284ccf5afda1d36eb2bd4e78a64 to your computer and use it in GitHub Desktop.
Prettier Config #prettier #config
{
"trailingComma": "none",
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment