Skip to content

Instantly share code, notes, and snippets.

@techitesh
Created December 19, 2020 10:03
Show Gist options
  • Save techitesh/1ffe36213bafa7ba1d598f7e4ae2d25c to your computer and use it in GitHub Desktop.
Save techitesh/1ffe36213bafa7ba1d598f7e4ae2d25c to your computer and use it in GitHub Desktop.
Prettier File
{
"useTabs": false,
"printWidth": 80,
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "none",
"jsxBracketSameLine": false,
"noSemi": true,
"rcVerbose": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment