{
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "all",
"arrowParens": "avoid",
"endOfLine": "auto",
"singleQuote": true,
"jsxBracketSameLine": false,
"htmlWhitespaceSensitivity": "ignore",
"semi": false
}