/ .prettierrc.json
.prettierrc.json
1 { 2 "trailingComma": "none", 3 "tabWidth": 4, 4 "useTabs": false, 5 "endOfLine": "auto", 6 "quoteProps": "as-needed", 7 "singleQuote": true, 8 "printWidth": 120 9 }
1 { 2 "trailingComma": "none", 3 "tabWidth": 4, 4 "useTabs": false, 5 "endOfLine": "auto", 6 "quoteProps": "as-needed", 7 "singleQuote": true, 8 "printWidth": 120 9 }