Skip to content

Instantly share code, notes, and snippets.

@vmohir
Created November 25, 2019 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmohir/bd803cd184529623156e9c787a7eb054 to your computer and use it in GitHub Desktop.
Save vmohir/bd803cd184529623156e9c787a7eb054 to your computer and use it in GitHub Desktop.
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 140,
"htmlWhitespaceSensitivity": "ignore",
"useTabs": false,
"quoteProps": "as-needed",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment