1{
2  "singleQuote": true,
3  "jsxSingleQuote": true,
4  "arrowParens": "always",
5  "printWidth": 120,
6  "tabWidth": 2,
7  "useTabs": false,
8  "semi": true,
9  "trailingComma": "none"
10}
11