Skip to content

Instantly share code, notes, and snippets.

@zmzhoi
Last active August 17, 2022 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmzhoi/b0d14712d60fd8306232f688af11181e to your computer and use it in GitHub Desktop.
Save zmzhoi/b0d14712d60fd8306232f688af11181e to your computer and use it in GitHub Desktop.
.prettierrc
{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"bracketSameLine": false,
"printWidth": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment