/ .prettierrc
.prettierrc
1 { 2 "arrowParens": "always", 3 "semi": false, 4 "endOfLine": "auto", 5 "singleQuote": false, 6 "tabWidth": 2, 7 "trailingComma": "es5" 8 }
1 { 2 "arrowParens": "always", 3 "semi": false, 4 "endOfLine": "auto", 5 "singleQuote": false, 6 "tabWidth": 2, 7 "trailingComma": "es5" 8 }