Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Last active November 17, 2021 07:45
Show Gist options
  • Save abiriadev/b9b8e8b783f8f7f0588cdbfdc209fe28 to your computer and use it in GitHub Desktop.
Save abiriadev/b9b8e8b783f8f7f0588cdbfdc209fe28 to your computer and use it in GitHub Desktop.
my .prettierrc config file
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "lf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment