Skip to content

Instantly share code, notes, and snippets.

View andrejarrell's full-sized avatar

Andre andrejarrell

View GitHub Profile
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,