Skip to content

Instantly share code, notes, and snippets.

@mitomex
Last active January 24, 2020 21:31
Show Gist options
  • Save mitomex/e33acb235adae93c0c20689e26a141e6 to your computer and use it in GitHub Desktop.
Save mitomex/e33acb235adae93c0c20689e26a141e6 to your computer and use it in GitHub Desktop.
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment