1{ 2 "trailingComma": "es5", 3 "tabWidth": 4, 4 "useTabs": false, 5 "semi": true, 6 "singleQuote": true, 7 "printWidth": 160, 8 "quoteProps": "as-needed", 9 "arrowParens": "avoid" 10}