/ .prettierrc
.prettierrc
1 { 2 "useTabs": false, 3 "tabWidth": 2, 4 "printWidth": 80, 5 "singleQuote": false, 6 "trailingComma": "es5", 7 "semi": true, 8 "arrowParens": "always" 9 }
1 { 2 "useTabs": false, 3 "tabWidth": 2, 4 "printWidth": 80, 5 "singleQuote": false, 6 "trailingComma": "es5", 7 "semi": true, 8 "arrowParens": "always" 9 }