Skip to content

Instantly share code, notes, and snippets.

@mpcen
Created December 24, 2019 04:35
Show Gist options
  • Save mpcen/23007849e6ec71b6ba6aae97059f726a to your computer and use it in GitHub Desktop.
Save mpcen/23007849e6ec71b6ba6aae97059f726a to your computer and use it in GitHub Desktop.
package.json prettier config
"prettier": {
"tabWidth": 4,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 110
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment