Skip to content

Instantly share code, notes, and snippets.

@rajeshdavidbabu
Last active January 9, 2022 22:03
Show Gist options
  • Save rajeshdavidbabu/1fd70174dedc4a30848b07edf824a932 to your computer and use it in GitHub Desktop.
Save rajeshdavidbabu/1fd70174dedc4a30848b07edf824a932 to your computer and use it in GitHub Desktop.
Prettier config React-Typescript
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 100,
tabWidth: 2,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment