Skip to content

Instantly share code, notes, and snippets.

@pash90
Last active March 31, 2018 22:55
Show Gist options
  • Save pash90/18e5ac714ce3b742c78b44c5bca31230 to your computer and use it in GitHub Desktop.
Save pash90/18e5ac714ce3b742c78b44c5bca31230 to your computer and use it in GitHub Desktop.
Config for Prettier for TS/JS Projects
{
"printWidth": 100,
"noSemi": true,
"trailingComma": "es5",
"jsxBracketSameLine": true,
"rcVerbose": true,
"useTabs": true,
"tabWidth": 2,
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment