Skip to content

Instantly share code, notes, and snippets.

@yavir-me
Last active March 1, 2019 15:29
Show Gist options
  • Save yavir-me/927011b898127f12890086fb2a9d4567 to your computer and use it in GitHub Desktop.
Save yavir-me/927011b898127f12890086fb2a9d4567 to your computer and use it in GitHub Desktop.
JS Prettier config
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment