1{ 2 "arrowParens": "avoid", 3 "bracketSpacing": true, 4 "endOfLine": "lf", 5 "jsxBracketSameLine": false, 6 "jsxSingleQuote": false, 7 "printWidth": 80, 8 "proseWrap": "preserve", 9 "quoteProps": "as-needed", 10 "semi": true, 11 "singleQuote": true, 12 "tabWidth": 2, 13 "trailingComma": "all", 14 "useTabs": false 15} 16