client/prettier.config.js (
6
lines of code) (
raw
):
module.exports = { printWidth: 120, jsxBracketSameLine: true, tabWidth: 2, trailingComma: 'es5', };