/ .prettierrc
.prettierrc
1 { 2 "printWidth": 100, 3 "quoteProps": "as-needed", 4 "trailingComma": "all", 5 "tabWidth": 2, 6 "semi": false 7 }
1 { 2 "printWidth": 100, 3 "quoteProps": "as-needed", 4 "trailingComma": "all", 5 "tabWidth": 2, 6 "semi": false 7 }