1{
2  "arrowParens": "always",
3  "bracketSpacing": false,
4  "jsxBracketSameLine": true,
5  "printWidth": 80,
6  "proseWrap": "never",
7  "singleQuote": true,
8  "trailingComma": "all"
9}
10